lianetm commented on PR #18085: URL: https://github.com/apache/kafka/pull/18085#issuecomment-2524128539
Validated the fix with some specific tests. Before the PR: `OffsetValidationTest/test_consumer_failure/clean_shutdown=True.enable_autocommit=False.metadata_quorum=ISOLATED_KRAFT.use_new_coordinator=True.group_protocol=consumer/1/VerifiableConsumer-0-140207405726800/ducker05/verifiable_consumer.stdout:Exception in thread "main" org.apache.kafka.common.config.ConfigException: session.timeout.ms cannot be set when group.protocol=CONSUMER` After the PR: ``` test_id: kafkatest.tests.client.consumer_test.OffsetValidationTest.test_consumer_failure.clean_shutdown=True.enable_autocommit=False.metadata_quorum=ISOLATED_KRAFT.use_new_coordinator=True.group_protocol=consumer status: PASS run time: 1 minute 20.783 seconds ``` Running all consumer tests now and will share results when ready. -- 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