-
Notifications
You must be signed in to change notification settings - Fork 12
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
Kafka Streams? #65
Comments
I'd love to support Kafka Streams, it's just a matter of me setting aside the time to do it. I welcome any PRs for this before I can tackle it, though! |
I could probably get started on at least the config objects |
Putting my thoughts here
That way, you could start kstream.from(props.get("input-topic")).map(this::process).to(props.get("output-topic")) |
More thoughts. Provide ability to chain together processor api via config
Stream is evaluated top to bottom |
@Cricket007 Though I like the idea, I think it would be out of the scope of this module to define the steps in YAML, at least initially. A better starting point would be the configuration and management of the streams clients first. What do you think? |
I understand. I just wanted to somewhere to write down my thoughts |
Currently this project is plain consumer & producer. Can we get Kafka Streams configuration?
Maybe borrow some ideas from https://github.com/streamthoughts/azkarra-streams
Link streamthoughts/azkarra-streams#28
The text was updated successfully, but these errors were encountered: