Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topology involving topics spread accross multiple clusters #286

Closed
kevin-mcmanus opened this issue Sep 21, 2023 · 2 comments
Closed

Topology involving topics spread accross multiple clusters #286

kevin-mcmanus opened this issue Sep 21, 2023 · 2 comments

Comments

@kevin-mcmanus
Copy link

Description

I have a use case to read data from cluster (BootstrapServers) A, process the data and write it to a topic in cluster B. I'm not aware of any features that enable this behavior in the current implementation due to the use of a single StreamConfig object. Would it be possible to add this as a feature request, perhaps enabling overload to StreamBuilder.Stream() and StreamBuilder.Table() that take in a subset of the current configuration object.

@LGouellec
Copy link
Owner

@kevin-mcmanus,

No for now this feature is not available because this library is designed to process data from Kafka to Kafka with a single cluster.
Technically it's possible but you loose the Exactly Once Semantics ..

Best regards,

@kevin-mcmanus
Copy link
Author

Thanks for the response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants