- When event-type routing is enabled in Kafka Streams binder and conurrency > 1 is used, messages are occasionally getting dispatched to the wrong consumer causing CCE. This is due to a race condition caused by a shared resource across threads. Fixing the issue by introducing a ThreadLocal variable. Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2823