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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to