Event Hubs Client for Java 0.8.2 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.2
- This client update primarily targets
- fixing a receive stuck issue in Event Hubs client
PartitionReceiveHandler.onReceive
API &EventProcessorHost
library
- 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