You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
The
stream
method inPartitionConsumer
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.
The text was updated successfully, but these errors were encountered: