You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Boyang Chen (Jira)" <ji...@apache.org> on 2020/03/24 02:27:00 UTC

[jira] [Created] (KAFKA-9751) Admin `FindCoordinator` call should go to controller instead of ZK

Boyang Chen created KAFKA-9751:
----------------------------------

             Summary: Admin `FindCoordinator` call should go to controller instead of ZK
                 Key: KAFKA-9751
                 URL: https://issues.apache.org/jira/browse/KAFKA-9751
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Boyang Chen


In current trunk, we are still going to use ZK for topic creation in the routing of FindCoordinatorRequest:
 val (partition, topicMetadata) = CoordinatorType.forId(findCoordinatorRequest.data.keyType) match {
        case CoordinatorType.GROUP =>
          val partition = groupCoordinator.partitionFor(findCoordinatorRequest.data.key)
          val metadata = getOrCreateInternalTopic(GROUP_METADATA_TOPIC_NAME, request.context.listenerName)
          (partition, metadata)
Which should be migrated to controller handling



--
This message was sent by Atlassian Jira
(v8.3.4#803005)