You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gi...@git.apache.org on 2017/08/21 22:32:09 UTC

[GitHub] rdhabalia opened a new pull request #710: add get bundle api for a given topic-name

rdhabalia opened a new pull request #710: add get bundle api for a given topic-name
URL: https://github.com/apache/incubator-pulsar/pull/710
 
 
   ### Motivation
   
   When broker is serving large number of topics, sometimes we may want to unload specific topics for multiple reasons. and that topic belongs to namespace which has N bundles and we want to unload specific namespace-bundle. Therefore, we want to know which namespace-bundle contains that topic so, we can unload specific namespace bundle.
   
   ### Modifications
   
   add api to get namespace bundle for a topic.
   
   ### Result
   
   No functional change, but now admin-user can find out namespace-bundle for a specific topic.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services