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

[v21.11.x] redpanda: shutdown quota manager after kafka server is stopped #4673

Merged
merged 1 commit into from
May 27, 2022

Commits on May 11, 2022

  1. redpanda: shutdown quota manager after kafka server is stopped

    Quota manager refrence is a part of request context. We need to make
    sure that quota manager is available as long as the kafka server is
    running. Moved quota manager initialization before waiting for Kafka
    server shutdown to make sure that its reference is available for all
    requests that are being processed.
    
    (cherry picked from commit 3253995)
    mmaslankaprv committed May 11, 2022
    Configuration menu
    Copy the full SHA
    718e46c View commit details
    Browse the repository at this point in the history