kafka
kafka copied to clipboard
MINOR: Restore original behavior of GroupAuthorizerIntegrationTest
this is a follow-up for https://github.com/apache/kafka/pull/19685
The timeout issue in AsyncConsumer#unsubscribe was fixed by https://github.com/apache/kafka/pull/19779. As a result, the test GroupAuthorizerIntegrationTest#testConsumeUnsubscribeWithoutGroupPermission should now retain its original behavior as expected prior to the issue.
@Rancho-7 could you please loop the test to ensure it is stable?
@Rancho-7 could you please try to eliminate the duplicate code?
@Rancho-7 could you please try to eliminate the duplicate code?
Updated.