Add missing binder headerMapperBeanName to doc.

This commit is contained in:
Gary Russell
2018-03-08 11:46:03 -05:00
parent 2406fe5237
commit de45edc962

View File

@@ -114,6 +114,12 @@ spring.cloud.stream.kafka.binder.transaction.producer.*::
+
Default: See individual producer properties.
spring.cloud.stream.kafka.binder.headerMapperBeanName::
The bean name of a `KafkaHeaderMapper` used for mapping `spring-messaging` headers to/from Kafka headers.
Use this, for example, if you wish to customize the trusted packages in a `DefaultKafkaHeaderMapper`, which uses JSON deserialization for the headers.
+
Default: none.
[[kafka-consumer-properties]]
=== Kafka Consumer Properties