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

fix: prevent idempotent producer epoch exhaustion #2178

Merged
merged 1 commit into from
Apr 13, 2022

Commits on Apr 13, 2022

  1. fix: prevent idempotent producer epoch exhaustion

    Add check for idempotent producer epoch overflow, as it is required by the
    KIP-360[1], the producer should request a new producer ID when the epoch
    is exhausted. Otherwise, the producer might get desynchronized with the broker.
    
    [1]: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=89068820
    
    Signed-off-by: Ladislav Macoun <ladislavmacoun@gmail.com>
    ladislavmacoun committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    5c6b581 View commit details
    Browse the repository at this point in the history