dlg99 commented on issue #3231: URL: https://github.com/apache/bookkeeper/issues/3231#issuecomment-1110174971
There are two sides of the backpressure configuration: - client: https://github.com/apache/bookkeeper/pull/1088 - server: https://github.com/apache/bookkeeper/pull/1410 Ideally both have to be configured. For the client side to work you'd have to configure clientWriteBufferLowWaterMark and clientWriteBufferHighWaterMark (default values might be ok) plus waitTimeoutOnBackpressureMs (default: -1, disabled) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
