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 Connect's dynamic log level changes #9752

Merged
merged 4 commits into from
Mar 4, 2024

Commits on Feb 28, 2024

  1. Fix Connect's dynamic log level changes

    The loggers endpoint now supports the scope parameter, which can be set to cluster in order to change level in all nodes at once.
    This change simply adds this parameter that works since Kafka 3.7, and causes no harm to previous versions.
    
    This should close strimzi#9067.
    
    Signed-off-by: Federico Valeri <fedevaleri@gmail.com>
    fvaleri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2795e99 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Fix integration test

    Signed-off-by: Federico Valeri <fedevaleri@gmail.com>
    fvaleri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    441cb06 View commit details
    Browse the repository at this point in the history
  2. Support old return code

    Signed-off-by: Federico Valeri <fedevaleri@gmail.com>
    fvaleri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6a64459 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Fix test flakiness

    Signed-off-by: Federico Valeri <fedevaleri@gmail.com>
    fvaleri committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6149110 View commit details
    Browse the repository at this point in the history