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

There's no nice way for the client to disconnect a PartitionConsumer stream #41

Open
simlay opened this issue Dec 8, 2020 · 0 comments

Comments

@simlay
Copy link
Contributor

simlay commented Dec 8, 2020

The stream method in PartitionConsumer will never finish. This causes the consume example to never finish.

One method for ending the stream on the client side is to wrap the stream call in a promise like the integration tests do. This is a bit gross and should be abstracted.

@simlay simlay changed the title Client can't end a PartitionConsumer stream There's no nice way for the client to disconnect a PartitionConsumer stream Dec 9, 2020
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

No branches or pull requests

1 participant