日本語

SINETStream User Guide

Kafka-specific parameters

These are messaging system-specific parameters that can be specified with type_spec:. (In config version 1 or 2, they are specified as other parameters.)

Parameters for MessageWriter

Parameters for MessageReader

Parameters for both MessageWriter and MessageReader

The configuration example of Kafka

When compressing a batch of records with gzip using the Kafka’s function, set the compression_type parameter as follows. (It is only necessary to specify compression_type on the Writer side)

header:
  version: 3
config:
  service-kafka:
    type: kafka
    brokers:
      - kafka0.example.org:9092
    type_spec:
      compression_type: gzip