GitHub user xinyuiscool opened a pull request:
https://github.com/apache/samza/pull/516
Remove the iterable interface from KeyValueSnapshot
The iterable interface makes it hard for the users to close it after using.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xinyuiscool/samza kv-snapshot
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/516.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 #516
----
commit 3584a2158e8a1d0635780427bfb9db6f7184d2f4
Author: xinyuiscool <xiliu@...>
Date: 2018-05-10T20:24:30Z
Remove the iterable interface from KeyValueSnapshot
----
---