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

Kafka Streams 2.8 branching changes #1133

Closed sobychacko closed 3 years ago

sobychacko commented 3 years ago

Kafka Streams 2.8 significantly refactored the branching API: https://github.com/apache/kafka/blob/trunk/streams/src/main/java/org/apache/kafka/streams/kstream/BranchedKStream.java

Adjust the binder to accommodate these changes.