-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Eventhubs track2 python main issues #5575
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 all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
c3b7e99
Move to under sdk
0e88a67
Remove policies
f348cf2
Remove debugging files
be129cf
Rename Offset to EventPosition
0b257ec
make tests a namespace package
74d398e
Revised test receive for new code
1856bfa
Revised test send for track two
9d6403a
Update async code from sync
e1dff6b
Revise async receive and send live test for track2
9a671c3
Use uamqp 1.2
1ab3e1d
Resolve code review feedback
3932041
add queue_message to async sender
36423f4
send_batch receives both list and iterator
d186db7
Merge branch 'eventhubs_sdk' of github.com:Azure/azure-sdk-for-python…
c680b6a
Update after adp review
805b836
send accepts EventData, list, iteratable
2140eec
Event Hub Track 2 (#5)
yunhaoling 273368f
change epoch to exclusive_receiver_priority
e675fc5
Merge branch 'master' of github.com:YijunXieMS/azure-sdk-for-python
cec2fdb
fix small problem
fa40e94
remove uamqp dependency
37938c3
Eventhub track2 (#6)
yunhaoling 5b7b456
Changes from cross-lang
1262a2c
Change debug to network_tracing
f8b717e
Sync Client Constructor
0e53a5c
auto_reconnect True and keep_alive None
fdd3d44
consumer_group $default
50e0163
hide open()
094ae4e
partition -> partition_id
1c3df2f
credentials -> credential in init
9863a60
set running=true after opened
25848c4
Eventhub track2 - Update livetest (#7)
yunhaoling 6d8623d
Merge branch 'master' of github.com:YijunXieMS/azure-sdk-for-python
d26c967
Add eh error classes
309dff1
EventHubError extends AzureError
d5ed5cc
Fix EventPosition default value issue
ae0ce5f
change $default to $Default
e3f9281
Handle TokenAuthError
55e5520
wait for ready in _reconnect
f7e572d
fix get_partition_ids issue
2cb8e30
Fix reconnect issue
3ded0ad
small fix
d415474
fix async live test
5e7d5f7
Eventhub track2 Live test update (#8)
yunhaoling 56af6f3
debug->network_tracing
6a33049
Negative test fix
3ec4429
Remove partition_key, send with batching_label
343f391
Fix review problems
c2c2764
Fix a log issue
4085a42
fix get_partition_properties bug
1a42901
add client properties live test
8afabf6
Revised setup.py for track 2
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.