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

add the ability to read from multiple Kafka topics #131

Merged
merged 10 commits into from
Apr 17, 2024

Conversation

maha-hajja
Copy link
Contributor

@maha-hajja maha-hajja commented Apr 12, 2024

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:

  • I have followed the Code Guidelines.
  • There is no other pull request for the same update/change.
  • I have written unit tests.
  • I have made sure that the PR is of reasonable size and can be easily reviewed.

@maha-hajja maha-hajja requested a review from a team as a code owner April 12, 2024 21:10
Copy link
Member

@raulb raulb left a 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.

README.md Outdated Show resolved Hide resolved
source/config.go Show resolved Hide resolved
source/config.go Show resolved Hide resolved
source/config.go Outdated Show resolved Hide resolved
test/util.go Show resolved Hide resolved
@maha-hajja maha-hajja requested review from lovromazgon and raulb April 16, 2024 18:38
Copy link
Member

@lovromazgon lovromazgon left a 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 👍

README.md Outdated Show resolved Hide resolved
source/config.go Outdated Show resolved Hide resolved
@maha-hajja maha-hajja merged commit a545a62 into main Apr 17, 2024
4 checks passed
@maha-hajja maha-hajja deleted the maha/read-multiple-topics branch April 17, 2024 15:41
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

Successfully merging this pull request may close these issues.

MC: Kafka Source - Read from multiple topics
3 participants