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/02/03 02:50:34 UTC

[GitHub] [pulsar] nkurihar commented on a change in pull request #9401: [Broker] Support disable shared subscription type.

nkurihar commented on a change in pull request #9401:
URL: https://github.com/apache/pulsar/pull/9401#discussion_r569095174



##########
File path: conf/broker.conf
##########
@@ -185,6 +185,12 @@ subscriptionRedeliveryTrackerEnabled=true
 # How frequently to proactively check and purge expired subscription
 subscriptionExpiryCheckIntervalInMinutes=5
 
+# Enable subscription types (default is all type enabled)
+# SubscriptionTypes : Exclusive,Shared,Failover,Key_Shared
+# Example : Exclusive,Shared
+# Above example will disable Failover and Key_Shared subscription types
+subscriptionTypesEnabled=
+
 # Enable Key_Shared subscription (default is enabled)
 subscriptionKeySharedEnable=true

Review comment:
       Will this setting be deprecated?




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