dajac commented on code in PR #16184:
URL: https://github.com/apache/kafka/pull/16184#discussion_r1626957182


##########
core/src/main/scala/kafka/server/KafkaApis.scala:
##########
@@ -3927,6 +3929,36 @@ class KafkaApis(val requestChannel: RequestChannel,
     }
   }
 
+  def handleShareFetchRequest(request: RequestChannel.Request): Unit = {
+    val shareFetchRequest = request.body[ShareFetchRequest]
+
+    if (!config.isNewGroupCoordinatorEnabled) {

Review Comment:
   I think that you’ll need a single source for both.   If I remember 
correctly, we said in the KIP that we will use group.version.



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