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:
Soby Chacko
2020-12-04 17:49:57 -05:00
parent afe13cc045
commit d1c62bbc26
3 changed files with 22 additions and 0 deletions

View File

@@ -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.`