forked from Azure/azure-event-hubs-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Optimization: flow the Receiver runtime info as part of EventData (Azure#65) * Optimization: flow the Receiver runtime info as part of EventData - Partition receiver runtime metrics aka EndOfStream info * move cursor to 0.12.0-snapshot * receiverruntimemetrics on PartitionReceiver & eph + junits * improve cit coverage * Fix issue 58: deliver empty iterable to onEvents on timeout * fix: eventData deserialization error, when the payload size is >1000bytes (Azure#71) * EventData deserialization fails when the payload size is >1000bytes * move to readFully api (suggestion from @CodingCat) * releaseChecklist: fix javadoc & update version to 0.12.0 (Azure#73) * eph test fix - absorb all events sent by RuntimeInfotest to not effect other tests * runtimeinfo: refactoring for CR (Azure#80) * runtimeinfo: refactoring for CR * minor refactor * update eph test * fix exception contract for link-detach errors - this should be a transient error (Azure#78)
- Loading branch information
1 parent
88a06c9
commit 180bc11
Showing
29 changed files
with
1,136 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.