Replies: 2 comments 1 reply
-
/cc @alesj (kafka,kafka-streams), @cescoffier (kafka), @gunnarmorling (kafka-streams), @ozangunalp (kafka,kafka-streams), @rquinio (kafka-streams) |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is not possible with quarkus-kafka-streams, as it only manages a single KafkaStreams instance, which is limited to consuming and producing to the same Kafka cluster (limitation of KafkaStreams library). Another solution would be to split the concerns:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning,
I'm Vincenzo and I'm new in this forum.
I need you help for this topic.
By requirements, we must have an unique quarkus application that needs to define more kafka streams applications, each of them connected to a different kafka cluster (similar to this problem: https://stackoverflow.com/questions/45847690/how-to-connect-to-multiple-clusters-in-a-single-kafka-streams-application).
The question is: how can I setup this in Quarkus kafka stream application using the quarkus-kafka-streams / quarkus-smallrye-reactive-messaging-kafka libraries (view example https://quarkus.io/guides/kafka-streams)?
Viewing the libraries source code, it seems impossible.
Can you help me?
Regards,
Vincenzo
Beta Was this translation helpful? Give feedback.
All reactions