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


##########
core/src/main/scala/kafka/server/KafkaApis.scala:
##########
@@ -94,6 +95,7 @@ class KafkaApis(val requestChannel: RequestChannel,
                 val metadataSupport: MetadataSupport,
                 val replicaManager: ReplicaManager,
                 val groupCoordinator: GroupCoordinator,
+                val newGroupCoordinator: 
org.apache.kafka.coordinator.group.GroupCoordinator,

Review Comment:
   This is a temporary change. When all the API are migrated to new new 
interface, I will change `groupCoordinator` to the new interface and remove 
this one.



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