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

GH-1085: Allow KTable binding on the outbound #1105

Closed sobychacko closed 3 years ago

sobychacko commented 3 years ago

At the moment, Kafka Streams binder only allows KStream bindings on the outbound. There is a delegation mechanism in which we stil can use KStream for output binding while allowing the applications to provide a KTable type as the function return type.

Update docs.

Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1085