DataFlowEndpointKafkaResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Batching configuration.

Link copied to clipboard
val compression: String? = null

Compression. Can be none, gzip, lz4, or snappy. No effect if the endpoint is used as a source.

Link copied to clipboard
val consumerGroupId: String? = null

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
val host: String? = null

Kafka endpoint host.

Link copied to clipboard
val kafkaAcks: String? = null

Kafka acks. Can be all, one, or zero. No effect if the endpoint is used as a 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.