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-16440: Update security_test.py to support KIP-848’s group protocol config #15628

Commits on Mar 29, 2024

  1. KAFKA-16440: Update security_test.py to support KIP-848’s group proto…

    …col config
    
    Added a new optional group_protocol parameter to the test methods, then passed that down to the setup_consumer method.
    
    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
    58e48b4 View commit details
    Browse the repository at this point in the history