Kafka Streams binder producer/consumerProperties
Fix the issue of Kafka Streams binder level producerProperties and consumerProperties (...binder.producerProperties and ...binder.consumerProperties), are not taken into consideration. Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/997
This commit is contained in:
@@ -1666,6 +1666,12 @@ stateStoreRetry.backoffPeriod::
|
||||
+
|
||||
Default: 1000 ms
|
||||
|
||||
consumerProperties::
|
||||
Arbitrary consumer properties at the binder level.
|
||||
|
||||
producerProperties::
|
||||
Arbitrary producer properties at the binder level.
|
||||
|
||||
==== Kafka Streams Producer Properties
|
||||
|
||||
The following properties are _only_ available for Kafka Streams producers and must be prefixed with `spring.cloud.stream.kafka.streams.bindings.<binding name>.producer.`
|
||||
|
||||
Reference in New Issue
Block a user