GitHub user srinipunuru opened a pull request:
https://github.com/apache/samza/pull/467
Upgrade to latest event hub version (1.0.1)
* Upgrade to the latest event hub version 1.0.1
* Adding configs for prefetchCount and maxEventPerPoll
* Fixing a race condition in event hub system producer where the future was
getting removed while it was being checked for completion resulting in NPE.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srinipunuru/samza upgrade-eh-1.0.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/467.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 #467
----
commit de366cfb8721eea2efab1aa5563610bb3bf52394
Author: Srinivasulu Punuru <spunuru@...>
Date: 2018-04-09T20:35:09Z
Upgrade to latest event hub version
----
---