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-16275: Update kraft_upgrade_test.py to support KIP-848’s group protocol config #15626

Commits on Mar 29, 2024

  1. KAFKA-16275: Update kraft_upgrade_test.py to support KIP-848’s group …

    …protocol config
    
    Added a new optional group_protocol parameter to the test methods, then passed that down to the methods involved.
    
    Unfortunately, because the new consumer can only be used with the new coordinator, this required a new @matrix block instead of adding the group_protocol=["classic", "consumer"] to the existing blocks 😢
    kirktrue committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f67de26 View commit details
    Browse the repository at this point in the history