AndrewJSchofield commented on code in PR #18927:
URL: https://github.com/apache/kafka/pull/18927#discussion_r1959374984
##########
server/src/main/java/org/apache/kafka/network/RequestConvertToJson.java:
##########
@@ -623,6 +629,8 @@ public static JsonNode response(AbstractResponse response,
short version) {
return
DeleteGroupsResponseDataJsonConverter.write(((DeleteGroupsResponse)
response).data(), version);
case DELETE_RECORDS:
return
DeleteRecordsResponseDataJsonConverter.write(((DeleteRecordsResponse)
response).data(), version);
+ case DELETE_SHARE_GROUP_OFFSETS:
Review Comment:
Please can you move `ALTER_SHARE_GROUP_OFFSETS` in this file (2 instances)
to their correct places too? Thanks.
--
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]