[EventHubs] add fixed backoff retry mode#21884
Conversation
|
API changes have been detected in |
|
API changes have been detected in API changes - api_version: str,
+ api_version: str = ...,
- secondary_hostname: str,
+ secondary_hostname: str = ...,
- api_version: str,
+ api_version: str = ...,
- secondary_hostname: str,
+ secondary_hostname: str = ..., |
|
API changes have been detected in API changes - api_version: str,
- secondary_hostname: str,
+ api_version: str = ...,
+ secondary_hostname: str = ...,
- api_version: str,
- secondary_hostname: str,
+ api_version: str = ...,
+ secondary_hostname: str = ..., |
|
/azp run python - eventhub - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
API changes have been detected in |
sdk/eventhub/azure-eventhub/azure/eventhub/aio/_consumer_client_async.py
Outdated
Show resolved
Hide resolved
sdk/eventhub/azure-eventhub/azure/eventhub/aio/_consumer_client_async.py
Outdated
Show resolved
Hide resolved
sdk/eventhub/azure-eventhub/azure/eventhub/aio/_producer_client_async.py
Outdated
Show resolved
Hide resolved
sdk/eventhub/azure-eventhub/azure/eventhub/aio/_producer_client_async.py
Outdated
Show resolved
Hide resolved
| "parse_connection_string", | ||
| "EventHubConnectionStringProperties" | ||
| "EventHubConnectionStringProperties", | ||
| "RetryMode" |
There was a problem hiding this comment.
There're API changes, remember to get @annatisch to take a look at the API view before CC day :)
yunhaoling
left a comment
There was a problem hiding this comment.
it looks great, thanks!
left some minor comments
|
/azp run python - eventhub - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run python - eventhub - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
yunhaoling
left a comment
There was a problem hiding this comment.
I'm approving this PR, but I would recommend letting @annatisch review the API changes first before merging it to avoid rolling back.
* sync retry mode impl * async impl * add test * pylint * lint * adams comments * lint * adams comments * fix test
fixes: #8670