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/06/29 03:11:00 UTC

[GitHub] [pulsar] gaoran10 opened a new pull request #11140: [Broker] Fix create partitioned topic in replicated namespace

gaoran10 opened a new pull request #11140:
URL: https://github.com/apache/pulsar/pull/11140


   Fixes https://github.com/apache/pulsar/issues/10673 Bug-2
   
   ### Motivation
   
   Currently, create a partitioned topic in the replicated namespace will not create metadata path `/managed-ledgers` on replicated clusters.
   
   ### Modifications
   
   Add a new flag `createLocalTopicOnly` to indicate whether create the partitioned path in replicated clusters or not.
   If the flag is false, make remote calls to create partitioned topics on replicated clusters.
   
   ### Verifying this change
   
   Add a new test.
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API: (no)
     - The schema: (no)
     - The default values of configurations: (no)
     - The wire protocol: (no)
     - The rest endpoints: (no)
     - The admin cli options: (no)
     - Anything that affects deployment: (no)
   
   


-- 
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] gaoran10 commented on pull request #11140: [Branch-2.7] Fix create partitioned topic in replicated namespace

Posted by GitBox <gi...@apache.org>.
gaoran10 commented on pull request #11140:
URL: https://github.com/apache/pulsar/pull/11140#issuecomment-870443993


   > @gaoran10 does this change affect docs?
   
   This doesn't affect docs.


-- 
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] Anonymitaet commented on pull request #11140: [Branch-2.7] Fix create partitioned topic in replicated namespace

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on pull request #11140:
URL: https://github.com/apache/pulsar/pull/11140#issuecomment-870440014


   @gaoran10 does this change affect docs?


-- 
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] gaoran10 commented on pull request #11140: [Branch-2.7] Fix create partitioned topic in replicated namespace

Posted by GitBox <gi...@apache.org>.
gaoran10 commented on pull request #11140:
URL: https://github.com/apache/pulsar/pull/11140#issuecomment-870443993


   > @gaoran10 does this change affect docs?
   
   This doesn't affect docs.


-- 
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] codelipenghui merged pull request #11140: [Branch-2.7] Fix create partitioned topic in replicated namespace

Posted by GitBox <gi...@apache.org>.
codelipenghui merged pull request #11140:
URL: https://github.com/apache/pulsar/pull/11140


   


-- 
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] Anonymitaet commented on pull request #11140: [Branch-2.7] Fix create partitioned topic in replicated namespace

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on pull request #11140:
URL: https://github.com/apache/pulsar/pull/11140#issuecomment-870440014


   @gaoran10 does this change affect docs?


-- 
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