Closes gh-12666
This commit is contained in:
Kazuki YAMAMOTO 2018-03-29 10:36:53 +09:00 committed by Stephane Nicoll
parent 3cf2913580
commit aac716cb8c
1 changed files with 1 additions and 1 deletions

View File

@ -5436,7 +5436,7 @@ properties that are not directly supported, use the following properties:
spring.kafka.properties.prop.one=first
spring.kafka.admin.properties.prop.two=second
spring.kafka.consumer.properties.prop.three=third
spring,kafka.producer.properties.prop.four=fourth
spring.kafka.producer.properties.prop.four=fourth
----
This sets the common `prop.one` Kafka property to `first` (applies to producers,