Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

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

Closed
wants to merge 1 commit into from

Conversation

sobychacko
Copy link
Contributor

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 #1085

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 spring-attic#1085
@olegz olegz closed this in 54ac274 Jul 16, 2021
olegz pushed a commit that referenced this pull request Jul 16, 2021
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 #1085

Resolves #1105
@olegz olegz added this to the 3.2.0 milestone Jul 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

Unable to start processor when using KTable as output
2 participants