Event Hubs Client for Java 0.8.1 is now live
Check out our newest release for the Event Hubs Java library!
The maven packages can be found at here, while the GitHub repository can be found here.
Below are the release notes (which can also be found here - https://github.com/Azure/azure-event-hubs/blob/master/java/changelog.md):
0.8.1
Summary
- The client update primarily involves
- fix retrycount accounting issue in error handling code
- modifies the experience of
PartitionReceiveHandler.onReceive
- doesn't invoke the callback with no events (default behavior change) - Adds client and platform information to the outgoing
AmqpConnection.Properties
to EventHubs Service
- List of Issues & PR's of this release: https://github.com/Azure/azure-event-hubs/milestone/4?closed=1
API Changes
New API
PartitionReceiver.setReceiveHandler(receiveHandler, invokeWhenNoEvents)
Happy event-ing!
-John