vamossagar12 commented on code in PR #14571: URL: https://github.com/apache/kafka/pull/14571#discussion_r1363747358
########## clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java: ########## @@ -4757,7 +4757,7 @@ public void testAlterConsumerGroupOffsetsNonRetriableErrors() throws Exception { final TopicPartition tp1 = new TopicPartition("foo", 0); final List<Errors> nonRetriableErrors = Arrays.asList( - Errors.GROUP_AUTHORIZATION_FAILED, Errors.INVALID_GROUP_ID, Errors.GROUP_ID_NOT_FOUND); + Errors.GROUP_AUTHORIZATION_FAILED, Errors.INVALID_GROUP_ID, Errors.GROUP_ID_NOT_FOUND, Errors.STALE_MEMBER_EPOCH); Review Comment: `GROUP_ID_NOT_FOUND` was already part of this test. It was being handled in the default case but now gets handled directly. -- 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