Merge pull request #730 from sobychacko/gh-657

Additional docs for dlq producer properties
This commit is contained in:
Oleg Zhurakousky
2019-08-28 13:36:30 +02:00
committed by GitHub

View File

@@ -223,6 +223,8 @@ Default: null (If not specified, messages that result in errors are forwarded to
dlqProducerProperties::
Using this, DLQ-specific producer properties can be set.
All the properties available through kafka producer properties can be set through this property.
When native decoding is enabled on the consumer (i.e., useNativeDecoding: true) , the application must provide corresponding key/value serializers for DLQ.
This must be provided in the form of `dlqProducerProperties.configuration.key.serializer` and `dlqProducerProperties.configuration.value.serializer`.
+
Default: Default Kafka producer properties.
standardHeaders::