DataflowEndpointKafka interface
Kafka endpoint properties
Properties
authentication | Authentication configuration. NOTE - only authentication property is allowed per entry. |
batching | Batching configuration. |
cloud |
Cloud event mapping config. |
compression | Compression. Can be none, gzip, lz4, or snappy. No effect if the endpoint is used as a source. |
consumer |
Consumer group ID. |
copy |
Copy Broker properties. No effect if the endpoint is used as a source or if the dataflow doesn't have an Broker source. |
host | Kafka endpoint host. |
kafka |
Kafka acks. Can be all, one, or zero. No effect if the endpoint is used as a source. |
partition |
Partition handling strategy. Can be default or static. No effect if the endpoint is used as a source. |
tls | TLS configuration. |
Property Details
authentication
Authentication configuration. NOTE - only authentication property is allowed per entry.
authentication: DataflowEndpointKafkaAuthentication
Property Value
batching
Batching configuration.
batching?: DataflowEndpointKafkaBatching
Property Value
cloudEventAttributes
Cloud event mapping config.
cloudEventAttributes?: string
Property Value
string
compression
Compression. Can be none, gzip, lz4, or snappy. No effect if the endpoint is used as a source.
compression?: string
Property Value
string
consumerGroupId
Consumer group ID.
consumerGroupId?: string
Property Value
string
copyMqttProperties
Copy Broker properties. No effect if the endpoint is used as a source or if the dataflow doesn't have an Broker source.
copyMqttProperties?: string
Property Value
string
host
Kafka endpoint host.
host: string
Property Value
string
kafkaAcks
Kafka acks. Can be all, one, or zero. No effect if the endpoint is used as a source.
kafkaAcks?: string
Property Value
string
partitionStrategy
Partition handling strategy. Can be default or static. No effect if the endpoint is used as a source.
partitionStrategy?: string
Property Value
string