From 94f76b903fb0333a52e241b43c6eb5d16e88e931 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 26 Aug 2019 17:08:01 -0400 Subject: [PATCH] Additional docs for dlq producer properties Resolves #657 --- docs/src/main/asciidoc/overview.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/main/asciidoc/overview.adoc b/docs/src/main/asciidoc/overview.adoc index eba2fd4a2..c34af075b 100644 --- a/docs/src/main/asciidoc/overview.adoc +++ b/docs/src/main/asciidoc/overview.adoc @@ -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, 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::