forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reactor-Netty HttpClient changes (#5185)
* Reactor Netty Milestone release changes * Updated Milestone version to RC version * Code review comments: 1. Reverted the RC1 back to M3 version. 2. Added constants for literal values in Configs.java 3. Removed inputStream implementation from HttpResponse.java as its not required * Setting default connections to 1000, and fixed Exception handling by unwrapping exception * Unwrapping exception * Fixed validate failure by unwrapping exception * Fixed multi-master conflict resolution test * Unwrapping exceptions wherever possible to make sure we check on inner exception cause * Fixed compilation errors * Fixed doOnError in Store Client and Consistency Writer to handle unwrapped exceptions * Handling empty response from backend * Updating number of documents and collection throughput size * Updated Feed Response Validator for query metrics * Fixed query documents with aggregate test * Updated retrieved documents count * Updated getLogicalPlanBuildTime for query metrics validation * Unused imports
- Loading branch information
1 parent
4bbc226
commit 205b57e
Showing
27 changed files
with
241 additions
and
223 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
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.