kirktrue commented on PR #17440: URL: https://github.com/apache/kafka/pull/17440#issuecomment-2448556088
@m1a2st—I tested this fix by merging the changes in this PR with the changes from [my PR that sets the default `group.protocol` value to `CONSUMER`](https://github.com/apache/kafka/pull/17107). Unfortunately, the integration tests that exercise authorization policies fail even with this fix 😢 If you want to test that your change works across our topic and consumer group authorization integration tests, do the following: 1. Change the default for `group.protocol` in [`ConsumerConfig`](https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerConfig.java#L114) 2. Run the integration tests which subclass `EndToEndAuthorizationTest` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org