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

consumer: Expose explicit topic assign command #15

Open
agis opened this issue Jul 3, 2017 · 0 comments
Open

consumer: Expose explicit topic assign command #15

agis opened this issue Jul 3, 2017 · 0 comments
Labels

Comments

@agis
Copy link
Contributor

agis commented Jul 3, 2017

Many times we need to just assign a consumer to a particular topic, without having to consume from it. Tests is a place where this comes up frequently.

We could expose assigning a consumer to a topic via the SUBSCRIBE Redis command.

This could be a blocking command.

@agis agis added idea and removed enhancement labels Jul 3, 2017
agis added a commit that referenced this issue Jul 4, 2017
This simulates a procedure similar to when a client application is
restarted (ie. its consumer groups are shutdown and start again anew).

Closes #15
@agis agis closed this as completed in #16 Jul 4, 2017
@agis agis reopened this Jul 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant