You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2021/07/28 12:19:18 UTC

[GitHub] [incubator-inlong] dockerzhang opened a new issue #1059: [INLONG-470] Add query API of TopicName and BrokerId collection

dockerzhang opened a new issue #1059:
URL: https://github.com/apache/incubator-inlong/issues/1059


   <p>Currently, the Master Web API has detailed query APIs for topic and broker meta info. If we only need to query the TopicName field information, or view the BrokerId collection information, the existing interface is very bloated, and a convenient api is needed to obtain these information.</p>
   
   <p> </p>
   
   <p>Currently, the Master Web API has detailed query APIs for topic and broker meta info. If we only need to query the TopicName field information, or view the BrokerId collection information, the existing interface is very bloated, and a convenient api is needed to obtain these information.</p>
   
   <p>For example, I configured topic1, topic2 on broker-a, topic2, topic3 on broker-b, topic1, topic3, topic3 on broker-c. I can get the topic distribution details on the broker by querying the topicName api:<br/>
   broker-a: <span class="error">&#91;topic1, topic2&#93;</span>,<br/>
   broker-b: <span class="error">&#91;topic2, topic3&#93;</span>,<br/>
   broker-c: <span class="error">&#91;topic1, topic2, topic3&#93;</span>.</p>
   
   <p>and, we can get the broker deployment information for each topic through brokerId api:<br/>
   topic1: <span class="error">&#91;broker-a, broker-c&#93;</span><br/>
   topic2: <span class="error">&#91;broker-a, broker-b, broker-c&#93;</span><br/>
   topic3: <span class="error">&#91;broker-b, broker-c&#93;</span></p>
   <i>JIRA link - <a href="https://issues.apache.org/jira/browse/INLONG-470">[INLONG-470]</a> created by gosonzhang</i>


-- 
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: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-inlong] dockerzhang closed issue #1059: [INLONG-470] Add query API of TopicName and BrokerId collection

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #1059:
URL: https://github.com/apache/incubator-inlong/issues/1059


   


-- 
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: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org