Merge pull request #12666 from yamkazu:patch-1

* pr/12666:
  Fix typo
This commit is contained in:
Stephane Nicoll
2018-03-29 08:57:39 +02:00

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,