-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[improve][broker] Part-3 of PIP-434: add configurations to broker.conf #24800
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
base: master
Are you sure you want to change the base?
Conversation
|
||
# It relates to configuration "WriteBufferHighWaterMark" of Netty Channel Config. If the number of bytes | ||
# queued in the write buffer exceeds this value, channel writable state will start to return "false". | ||
pulsarChannelWriteBufferHighWaterMark=65536 |
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.
Why is this field not named nettyChannelWriteBufferHighWaterMark
?
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.
Because the pip-434 defined it, which is different from bk_client params
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #24800 +/- ##
=============================================
+ Coverage 38.67% 74.15% +35.48%
- Complexity 13237 33363 +20126
=============================================
Files 1850 1911 +61
Lines 144540 149033 +4493
Branches 16763 17294 +531
=============================================
+ Hits 55895 110522 +54627
+ Misses 81156 29667 -51489
- Partials 7489 8844 +1355
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Motivation
See the PIP-434
Modifications
broker.conf
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: x