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 2020/09/28 04:20:39 UTC

[GitHub] [pulsar] k2la opened a new pull request #8144: [pulsar-broker] Support Disable Replicated Subscriptions

k2la opened a new pull request #8144:
URL: https://github.com/apache/pulsar/pull/8144


   Support disabling "Replicated Subscriptions".
   
   ### Motivation
   https://github.com/apache/pulsar/issues/8030
   "Replicated Subscriptions" is always enabled because enableReplicatedSubscriptions is not used.
   
   ### Modifications
   
   - When `enableReplicatedSubscriptions` is false,
     - don't create `ReplicatedSubscriptionsController`.
     - don't check marker messages.
     - send `NotAllowedException` to consumers that use `replicateSubscriptionState(true)`
   


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

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



[GitHub] [pulsar] sijie merged pull request #8144: [pulsar-broker] Support Disable Replicated Subscriptions

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


   


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

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



[GitHub] [pulsar] k2la commented on pull request #8144: [pulsar-broker] Support Disable Replicated Subscriptions

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


   /pulsarbot run-failure-checks


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

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



[GitHub] [pulsar] k2la commented on pull request #8144: [pulsar-broker] Support Disable Replicated Subscriptions

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


   /pulsarbot run-failure-checks


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

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