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


##########
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 suppose that we don't need a new version of group.version for now as the 
static config may be enough to start with. However, it should eventually be 
used 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