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

kafka: fix handling redpanda.remote.delete in AlterConfigs #7922

Merged
merged 3 commits into from
Dec 23, 2022

Commits on Dec 23, 2022

  1. kafka: fix handling redpanda.remote.delete in AlterConfigs

    This was being matched, but a missing `continue` meant
    we fell through to the unmatched error path.
    
    Fixes redpanda-data#7921
    jcsp committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    39df30e View commit details
    Browse the repository at this point in the history
  2. tests: extend KCL to do AlterConfig on topics

    ...and raise exceptions on when it fails.
    
    This is a deprecated API but we still need to test it, and
    fortunately KCL still includes it.
    jcsp committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    024945f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6c8ad3 View commit details
    Browse the repository at this point in the history