mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Fix typo
Closes gh-12666
This commit is contained in:
committed by
Stephane Nicoll
parent
3cf2913580
commit
aac716cb8c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user