AndrewJSchofield commented on code in PR #19055:
URL: https://github.com/apache/kafka/pull/19055#discussion_r1975724557


##########
clients/src/main/java/org/apache/kafka/common/requests/ShareGroupHeartbeatResponse.java:
##########
@@ -35,6 +35,7 @@
  * - {@link Errors#INVALID_REQUEST}
  * - {@link Errors#UNKNOWN_MEMBER_ID}
  * - {@link Errors#GROUP_MAX_SIZE_REACHED}
+ * - {@link Errors#TOPIC_AUTHORIZATION_FAILED}

Review Comment:
   Please add this to the JSON schema too.



##########
clients/src/main/java/org/apache/kafka/common/requests/ShareGroupDescribeResponse.java:
##########
@@ -35,6 +35,7 @@
  * - {@link Errors#INVALID_REQUEST}
  * - {@link Errors#INVALID_GROUP_ID}
  * - {@link Errors#GROUP_ID_NOT_FOUND}
+ * - {@link Errors#TOPIC_AUTHORIZATION_FAILED}

Review Comment:
   Please add this to the JSON schema too.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to