First published on on Oct 03, 2016
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
List of Issues fixed in this release:
API Changes
Breaking Changes
PartitionReceiver.setReceiveHandler
– returns
CompletableFuture<Void>
(used to return
void
)
Happy event-ing!
-John
@jtaubensee