31bb86b002a7afc5b144f610c5545a51fa23a99c
Fixes https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/404 The fix for issue https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/231 added a shared consumer but the consumer is not thread safe. Add synchronization. Also, a timeout was added to the `KafkaBinderHealthIndicator` but not to the `KafkaBinderMetrics` which has a similar shared consumer; add a timeout there.
Spring Cloud Stream Binder for Apache Kafka
Description
Languages
Java
99.9%