Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.2
- This client update primarily targets
- fixing a receive stuck issue in Event Hubs client
PartitionReceiveHandler.onReceiveAPI &EventProcessorHostlibrary
- fixing a receive stuck issue in Event Hubs client
- List of Issues fixed in this release:
API Changes
Breaking Changes
PartitionReceiver.setReceiveHandler- returnsCompletableFuture<Void>(used to returnvoid)
Happy event-ing!
-John