GitHub user bharathkk opened a pull request:
https://github.com/apache/samza/pull/582
Handle end of stream in BootstrapChooser
Handle end of stream envelopes in bootstrap chooser and don't invoke check
offsets since offset of end of stream are not comparable.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bharathkk/samza end-of-stream
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/582.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #582
----
commit af8c0992f93b07b557dc85a587ec1657cd1e9d9f
Author: Bharath Kumarasubramanian <bkumaras@...>
Date: 2018-07-26T20:23:13Z
Handle end of stream in BootstrapChooser
----
---