We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Bill, in order to throttle the traffic, the requestBackPressure method is confirmed be called in the debug mode, which is hardcoded as below:
requestBackPressure
override def requestBackPressure(): Optional[lang.Long] = Optional.of(1L) override def requestBuffer(): Optional[Integer] = Optional.empty()
however, the size of the consumed events is still same as the initial configuration StreamConfiguration().batchLimit(nakadiConfig.batchSize).
StreamConfiguration().batchLimit(nakadiConfig.batchSize)
Any clue what I missed there, please?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Bill, in order to throttle the traffic, the
requestBackPressure
method is confirmed be called in the debug mode, which is hardcoded as below:however, the size of the consumed events is still same as the initial configuration
StreamConfiguration().batchLimit(nakadiConfig.batchSize)
.Any clue what I missed there, please?
The text was updated successfully, but these errors were encountered: