ProducerProperties
Specifies additional Apache Kafka producer configuration options that the provider passes directly to the client.
Data Type
string
Default Value
""
Remarks
Use this property to supply Apache Kafka producer settings that are not exposed as dedicated connection properties. This property accepts a semicolon-separated list of key–value pairs, and all options are passed directly to the underlying producer without validation by the driver.
For example, you can specify properties such as acks or compression.type by including them in this property.
Be careful what configuration options you set via this property. The driver does not consider ConsumerProperties a sensitive property and its value appears in logs.
See ConsumerProperties for a description of how custom client configuration properties are handled.