-
Notifications
You must be signed in to change notification settings - Fork 5
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
add the ability to read from multiple Kafka topics #131
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maha-hajja thanks for making the changes to start accepting topics
! Left some comments. Let me know what you think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some wording nitpicks, looks good otherwise 👍
Co-authored-by: Lovro Mažgon <[email protected]>
Description
Changes the parameter "topic" from the source into a list of comma-separated topics to read from.
Fixes ConduitIO/conduit#1482
Related to ConduitIO/conduit#1471
Quick checks: