Addressing PR review

This commit is contained in:
Soby Chacko
2019-08-27 17:37:33 -04:00
parent 94f76b903f
commit 413cc4d2b5

View File

@@ -223,7 +223,7 @@ 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, the application must provide corresponding key/value serializers for DLQ.
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.