Commit 9dea19d8 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #12666 from yamkazu:patch-1

* pr/12666:
  Fix typo
parents 3cf29135 aac716cb
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment