You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/13 18:13:45 UTC

[GitHub] [pulsar] Lakshmi-Balu opened a new issue #12026: Allow us to easily get a mapping of topics to brokers

Lakshmi-Balu opened a new issue #12026:
URL: https://github.com/apache/pulsar/issues/12026


   A clear and concise description of what the enhancement is.
   We need to have a quick way to figure out which topics are served by which brokers. So it will be helpful if if get broker URL and list of its partitioned topics which it serves from topic name
   
   **Describe the solution you'd like**
   Will use partitioned-lookup of the topic and  sort them by broker URL
   
   **Describe alternatives you've considered**
   Partitioned -lookup of a topic helps but in other way that mapping of topic name and its broker URL.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


-- 
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: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] aloyszhang edited a comment on issue #12026: Allow us to easily get a mapping of topics to brokers

Posted by GitBox <gi...@apache.org>.
aloyszhang edited a comment on issue #12026:
URL: https://github.com/apache/pulsar/issues/12026#issuecomment-919103848


    @Lakshmi-Balu  Do you mean than you want a result like  `Map<brokerUrl, List<topic-partition>>` with a given partitioned-topic name? 
   If so , I think I can help with this by changing the result of  `partitoned-lookup` command.


-- 
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: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] frankjkelly commented on issue #12026: Allow us to easily get a mapping of topics to brokers

Posted by GitBox <gi...@apache.org>.
frankjkelly commented on issue #12026:
URL: https://github.com/apache/pulsar/issues/12026#issuecomment-926883435


   It would be nice if maybe the `pulsar-admin` supported this when we call `topic stats` or `topic stats-internal`?


-- 
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: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] aloyszhang edited a comment on issue #12026: Allow us to easily get a mapping of topics to brokers

Posted by GitBox <gi...@apache.org>.
aloyszhang edited a comment on issue #12026:
URL: https://github.com/apache/pulsar/issues/12026#issuecomment-919103848


    @Lakshmi-Balu  Do you mean that you want a result like  `Map<brokerUrl, List<topic-partition>>` with a given partitioned-topic name? 
   If so , I think I can help with this by changing the result of  `partitoned-lookup` command.


-- 
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: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] aloyszhang commented on issue #12026: Allow us to easily get a mapping of topics to brokers

Posted by GitBox <gi...@apache.org>.
aloyszhang commented on issue #12026:
URL: https://github.com/apache/pulsar/issues/12026#issuecomment-919103848


   Do you mean than you want a result like  `Map<brokerUrl, List<topic-partition>>` with a given partitioned-topic name? 
   If so , I think I can help with this by changing the result of  `partitoned-lookup` command.


-- 
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: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] github-actions[bot] commented on issue #12026: Allow us to easily get a mapping of topics to brokers

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12026:
URL: https://github.com/apache/pulsar/issues/12026#issuecomment-1056055795


   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

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