jolshan commented on code in PR #16120:
URL: https://github.com/apache/kafka/pull/16120#discussion_r1619173821


##########
core/src/main/scala/kafka/server/KafkaApis.scala:
##########
@@ -3797,10 +3797,16 @@ class KafkaApis(val requestChannel: RequestChannel,
       )
   }
 
+  private def isConsumerGroupProtocolEnabled(): Boolean = {
+    val featureLevel = 
metadataCache.features().finalizedFeatures().getOrDefault(GroupVersion.FEATURE_NAME,
 GroupVersion.GV_1.featureLevel)

Review Comment:
   I think this is reasonable. One of us should probably update the KIP so 
there aren't more questions on this 😅 



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