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

Fix documentation for kafka streams concurrency on binder level #988

Closed gustavomonarin closed 3 years ago

gustavomonarin commented 3 years ago

The property spring.cloud.stream.binder.configuration.num.stream.threads does not work and is silently ignored.

The property spring.cloud.stream.kafka.streams.binder.configuration.num.stream.threads works fine and is already covered by tests at MultipleFunctionsInSameAppTests#125

resolves #987

sobychacko commented 3 years ago

@gustavomonarin Thank you for the PR! Merging upstream.