Data Flow Endpoint Kafka Response
data class DataFlowEndpointKafkaResponse(val batching: DataFlowEndpointKafkaBatchingResponse? = null, val compression: String? = null, val consumerGroupId: String? = null, val copyMqttProperties: String? = null, val host: String? = null, val kafkaAcks: String? = null, val partitionStrategy: String? = null, val tls: TlsPropertiesResponse)
Kafka endpoint properties
Constructors
Link copied to clipboard
constructor(batching: DataFlowEndpointKafkaBatchingResponse? = null, compression: String? = null, consumerGroupId: String? = null, copyMqttProperties: String? = null, host: String? = null, kafkaAcks: String? = null, partitionStrategy: String? = null, tls: TlsPropertiesResponse)
Properties
Link copied to clipboard
Batching configuration.
Link copied to clipboard
Compression. Can be none, gzip, lz4, or snappy. No effect if the endpoint is used as a source.
Link copied to clipboard
Consumer group ID.
Link copied to clipboard
Copy Broker properties. No effect if the endpoint is used as a source or if the dataflow doesn't have an Broker source.
Link copied to clipboard
Partition handling strategy. Can be default or static. No effect if the endpoint is used as a source.
Link copied to clipboard
TLS configuration.