-
Notifications
You must be signed in to change notification settings - Fork 915
Exposed both demandLowWatermark and demandHighWatermark of the HandlerSubscriber as configuration parameters #1944
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
Exposed both demandLowWatermark and demandHighWatermark of the HandlerSubscriber as configuration parameters #1944
Conversation
…rSubscriber as configuration parameters For a detailed description of the request cf. aws#1936
SonarCloud Quality Gate failed.
|
Codecov Report
@@ Coverage Diff @@
## master #1944 +/- ##
============================================
+ Coverage 76.63% 76.66% +0.02%
Complexity 225 225
============================================
Files 1112 1112
Lines 33651 33670 +19
Branches 2606 2621 +15
============================================
+ Hits 25789 25813 +24
+ Misses 6584 6582 -2
+ Partials 1278 1275 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Thank you for creating the PR and apologies for the delayed response. We will take a look shortly. |
Unfortunately I don't think we can accept this pull request, because it exposes a fairly low-level configuration component of the SDK that is subject to change in the future. We've followed up in the related issue to fix the problem that this PR was hoping to work around, so I'm hoping that will be sufficient. |
…ce7bea260 Pull request: release <- staging/153248e7-2207-44c5-ae62-36dce7bea260
Description
Constructor parameters
demandLowWatermark
anddemandHighWatermark
ofHandlerSubscriber
are now exposed as configuration parametersstreamingDemandLowWatermark
andstreamingDemandHighWatermark
in theNettyConfiguration
&NettyNioAsyncHttpClient$DefaultBuilder
Motivation and Context
#1936
Testing
Existing unit tests were executed and passed. In addition I've referenced the freshly built snapshot library in my custom project to validate the parameter configuration takes effect.
Types of changes
Checklist
mvn install
succeedsLicense