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


##########
core/src/main/scala/kafka/server/KafkaApis.scala:
##########
@@ -3130,7 +3137,14 @@ class KafkaApis(val requestChannel: RequestChannel,
   def handleWriteShareGroupStateRequest(request: RequestChannel.Request): 
CompletableFuture[Unit] = {
     val writeShareRequest = request.body[WriteShareGroupStateRequest]

Review Comment:
   For consistency, I would rename this to `writeShareGroupStateRequest`.



-- 
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

Reply via email to