-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Removed most mentions of Azure from Client Core. #43455
base: main
Are you sure you want to change the base?
Conversation
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.
Other changes lgtm!
|
||
- Configuring service clients, e.g. configuring retries, logging, etc. | ||
- Accessing HTTP response details (`Response<T>`). | ||
- Calling long running operations (`Poller<T>`). | ||
- Paging and asynchronous streams (`PagedFlux<T>`). | ||
<!-- - Calling long-running operations (`Poller<T>`). --> |
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.
What do you think about just removing these instead of commenting?
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.
Sounds good to me, I wasn't sure if we'd ever add anything related and was keeping them around just in case.
|
||
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2FREADME.png) | ||
<!-- ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2FREADME.png) -->~~~~ |
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.
remove ~~~
|
||
Since these timeouts are closest to the network, if they trigger they will be propagated back through the `HttpPipeline` | ||
and generally should be retried by the `RetryPolicy`. | ||
|
||
#### HttpPipeline Timeouts | ||
|
||
HttpPipeline timeouts are the next level of timeout handling the Azure SDKs provide. These timeouts are configured using | ||
HttpPipeline timeouts are the next level of timeout handling Client Core provides. These timeouts are configured using | ||
an `HttpPipelinePolicy` and configuring a timeout using either `Mono.timeout` for asynchronous requests or an |
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.
worth cleaning up the async docs in here too?
I also had to comment out some links in the base README due to them being tied to Azure. We'll need to come up with generic versions of those before we go GA.