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 streams #732

Merged
merged 33 commits into from
Aug 3, 2017
Merged

Consumer streams #732

merged 33 commits into from
Aug 3, 2017

Conversation

hyperlink
Copy link
Collaborator

Continuing work from #695 originally proposed in #371

@hyperlink hyperlink mentioned this pull request Aug 2, 2017
tizzo and others added 29 commits August 2, 2017 16:46
The commit stream is a writable stream that you can pipe events to and
it will commit them. This is useful so that you can pipe the
ConsumerStream through a transform stream and be completely confident
that the only way you will commit an offset is by successfully
processing the message.
…stream so that the messages consumed can be observed.
…rm stream mode if and when it is piped to another source and cleaning up the _trasnform logic.
@hyperlink hyperlink merged commit 0e68220 into master Aug 3, 2017
@hyperlink hyperlink deleted the consumer-streams branch August 3, 2017 17:56
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

Successfully merging this pull request may close these issues.

2 participants