Files
spring-cloud-stream/spring-cloud-stream-binder-kafka
Gary Russell 31bb86b002 GH-404: Synchronize shared consumer
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.
2018-07-11 13:30:24 -04:00
..
2018-07-11 13:30:24 -04:00
2017-10-05 11:54:23 -04:00
2018-07-09 17:37:58 -04:00