-
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
consumer: Support consuming from multiple topics #5
Labels
Comments
fragoulis
added a commit
that referenced
this issue
Apr 18, 2019
By default, kafka and kafka-go support consumers subscribing to multiple topics, by passing an array of strings. Rafka also respects this (see server.go#parseTopicsAndConfig). Rafka-rb simply needs to change the wording in order to respect the plural and in effect show the api user that consuming from multiple topics is supported. The commit takes the extra step of supporting an array of strings as well as a single string, whether it contains a single topic or multiple comma-separated topics. Closes #5
fragoulis
added a commit
that referenced
this issue
Apr 18, 2019
By default, kafka and kafka-go support consumers subscribing to multiple topics, by passing an array of strings. Rafka also respects this (see server.go#parseTopicsAndConfig). Rafka-rb simply needs to change the wording in order to respect the plural and in effect show the api user that consuming from multiple topics is supported. The commit takes the extra step of supporting an array of strings as well as a single string, whether it contains a single topic or multiple comma-separated topics. Closes #5
fragoulis
added a commit
that referenced
this issue
Apr 18, 2019
By default, kafka and kafka-go support consumers subscribing to multiple topics, by passing an array of strings. Rafka also respects this (see server.go#parseTopicsAndConfig). Rafka-rb simply needs to change the wording in order to respect the plural and in effect show the api user that consuming from multiple topics is supported. The commit takes the extra step of supporting an array of strings as well as a single string, whether it contains a single topic or multiple comma-separated topics. Closes #5
fragoulis
added a commit
that referenced
this issue
Apr 18, 2019
By default, kafka and kafka-go support consumers subscribing to multiple topics, by passing an array of strings. Rafka also respects this (see server.go#parseTopicsAndConfig). Rafka-rb simply needs to change the wording in order to respect the plural and in effect show the api user that consuming from multiple topics is supported. The commit takes the extra step of supporting an array of strings as well as a single string, whether it contains a single topic or multiple comma-separated topics. Closes #5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rafka already supports this so we should also support it. Ideally,
#consume
should accept the topic(s) as an argument.The text was updated successfully, but these errors were encountered: