spring-cloud / spring-cloud-stream-binder-kafka

Spring Cloud Stream binders for Apache Kafka and Kafka Streams
Apache License 2.0
331 stars 301 forks source link

Wrong documentation for kafka streams concurrency on binder level #987

Closed gustavomonarin closed 3 years ago

gustavomonarin commented 3 years ago

The current documented property spring.cloud.stream.binder.configuration.num.stream.threads does not work.

The correct one is spring.cloud.stream.kafka.streams.binder.configuration.num.stream.threads which is already covered by tests at MultipleFunctionsInSameAppTests#125

relates to #899 #844