-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Python EventHubs load balancing #6901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
3a32907
Draft EventProcessor Loadbalancing
39b1b86
EventProcessor Load balancing
17f5153
small changes from bryan's review
04ef548
remove checkpoint manager from initialize
9be1741
small changes
1b5753c
Draft EventProcessor Loadbalancing
b4b77f9
EventProcessor Load balancing
1787fdd
small changes from bryan's review
c2d0155
remove checkpoint manager from initialize
1074385
small changes
386baf0
Fix code review feedback
1afbf0c
Merge branch 'eventhubs_yx' of github.com:Azure/azure-sdk-for-python …
c126bea
Packaging update of azure-mgmt-datalake-analytics
AutorestCI 40c7f03
Packaging update of azure-loganalytics
AutorestCI cf22c7c
Packaging update of azure-mgmt-storage
AutorestCI c7440b2
Merge branch 'eventhubs_preview3' into eventhubs_yx
fa804f4
code review fixes and pylint error
470cf7e
Merge branch 'eventhubs_yx' of github.com:Azure/azure-sdk-for-python …
e5f3b50
reduce dictionary access
8343876
Revert "Packaging update of azure-mgmt-storage"
66c5b31
Revert "Packaging update of azure-loganalytics"
bcd851a
Revert "Packaging update of azure-mgmt-datalake-analytics"
d740bb0
Trivial code change
aad6978
Refine exception handling for eventprocessor
a55dc13
Enable pylint for eventprocessor
a339985
Expose OwnershipLostError
9102713
Move eventprocessor to aio
278592c
change checkpoint_manager to partition context
665f28c
fix pylint error
0060f9d
fix a small issue
7b4273a
Catch list_ownership/claim_ownership exceptions and retry
bdf97c8
Fix code review issues
02a4daf
fix event processor long running test
a9446de
Remove utils.py
8dfdec9
Remove close() method
2aace82
Updated docstrings
36ba0a3
add pytest
7f95d9e
small fixes
f5870af
Merge branch 'eventhubs_preview3' into eventhubs_yx
f30d143
Revert "Remove utils.py"
893bee0
change asyncio.create_task to 3.5 friendly code
4b41fa5
Remove Callable
fef0551
raise CancelledError instead of break
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Expose OwnershipLostError
- Loading branch information
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the user supposed to use the CheckpointManager directly? Creating new instances of it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, user will use checkpoint_manager.update_checkpoint(), but they don't create a CheckpointManager