vamossagar12 commented on code in PR #14611: URL: https://github.com/apache/kafka/pull/14611#discussion_r1368057590
########## clients/src/main/java/org/apache/kafka/common/requests/OffsetFetchResponse.java: ########## @@ -54,6 +54,8 @@ * - {@link Errors#COORDINATOR_NOT_AVAILABLE} * - {@link Errors#NOT_COORDINATOR} * - {@link Errors#GROUP_AUTHORIZATION_FAILED} + * - {@link Errors#UNKNOWN_MEMBER_ID} + * - {@link Errors#STALE_MEMBER_EPOCH} Review Comment: I have clubbed these 2 new errors under `Group or coordinator errors` although these really seem to be member specific errors. Is that ok or should I create a new category? -- 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