Skip to content

Using PC with Spring Cloud Stream / Kafka Binder #477

Answered by rkolesnev
wlaw868 asked this question in General
Discussion options

You must be logged in to vote

Hi,

I haven't tested the integration yet.
But from my previous experience and understanding of how Spring Cloud Stream and Kafka Binder works - I don't think it will work with Parallel consumer (either at all or with major pitfalls).

Basically - Spring Cloud Stream handles handoff between consuming and processing of messages using binders and Spring Kafka library.
Parallel Consumer on some level does the same - it is managing polling, hand off to processing function, committing etc.

What benefit Spring Cloud Stream would give versus either Spring Kafka or just Spring Boot application with Parallel Consumer?
I am curious what specific features you are looking to get from that combination?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wlaw868
Comment options

Answer selected by astubbs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants