Skip to content
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

[WIP] Backpressure strategy #102

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

[WIP] Backpressure strategy #102

wants to merge 2 commits into from

Conversation

nomisRev
Copy link
Owner

Users have reported that in some cases you don't want kotlin-kafka to automatically pause the partitions in case the downstream cannot process the events fast enough but rather you want it to blow up. For example in cases where a slow processor is considered a bug, and you prefer it crashing the server or stream. For this reason this PR implements a strategy that allows customising this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant