-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 Consumer.ConsumeTopic(topic, offset) #366
Comments
As an alternative, we can expose |
I'd prefer to just implement |
It makes testing a lot harder, because you need to mock the entire Client. Also for |
That just means we should really provide a mock client :P |
Or another way to make the common case of consuming all partitions of a topic easier, without having to construct a
Client
objectThe text was updated successfully, but these errors were encountered: