Anonymitaet commented on a change in pull request #14406:
URL: https://github.com/apache/pulsar/pull/14406#discussion_r811561081
##########
File path: site2/docs/reference-configuration.md
##########
@@ -208,6 +208,10 @@ brokerServiceCompactionThresholdInBytes|If the estimated
backlog size is greater
|statusFilePath| Path for the file used to determine the rotation status for
the broker when responding to service discovery health checks ||
|preferLaterVersions| If true, (and ModularLoadManagerImpl is being used), the
load manager will attempt to use only brokers running the latest software
version (to minimize impact to bundles) |false|
|maxNumPartitionsPerPartitionedTopic|Max number of partitions per partitioned
topic. Use 0 or negative number to disable the check|0|
+| maxSubscriptionsPerTopic | Maximum number of subscriptions allowed to
subscribe to a topic. Once this limit reaches, the broker rejects new
subscriptions until the number of subscriptions decreases. When the value is
set to 0, maxSubscriptionsPerTopic-limit check is disabled. | 0 |
Review comment:
```suggestion
| maxSubscriptionsPerTopic | Maximum number of subscriptions allowed to
subscribe to a topic. Once this limit reaches, the broker rejects new
subscriptions until the number of subscriptions decreases. When the value is
set to 0, `maxSubscriptionsPerTopic-limit` check is disabled. | 0 |
```
##########
File path: site2/docs/reference-configuration.md
##########
@@ -208,6 +208,10 @@ brokerServiceCompactionThresholdInBytes|If the estimated
backlog size is greater
|statusFilePath| Path for the file used to determine the rotation status for
the broker when responding to service discovery health checks ||
|preferLaterVersions| If true, (and ModularLoadManagerImpl is being used), the
load manager will attempt to use only brokers running the latest software
version (to minimize impact to bundles) |false|
|maxNumPartitionsPerPartitionedTopic|Max number of partitions per partitioned
topic. Use 0 or negative number to disable the check|0|
+| maxSubscriptionsPerTopic | Maximum number of subscriptions allowed to
subscribe to a topic. Once this limit reaches, the broker rejects new
subscriptions until the number of subscriptions decreases. When the value is
set to 0, maxSubscriptionsPerTopic-limit check is disabled. | 0 |
+| maxProducersPerTopic | Maximum number of producers allowed to connect to a
topic. Once this limit reaches, the broker rejects new producers until the
number of connected producers decreases. When the value is set to 0,
maxProducersPerTopic-limit check is disabled. | 0 |
Review comment:
```suggestion
| maxProducersPerTopic | Maximum number of producers allowed to connect to a
topic. Once this limit reaches, the broker rejects new producers until the
number of connected producers decreases. When the value is set to 0,
`maxProducersPerTopic-limit` check is disabled. | 0 |
```
##########
File path: site2/docs/reference-configuration.md
##########
@@ -208,6 +208,10 @@ brokerServiceCompactionThresholdInBytes|If the estimated
backlog size is greater
|statusFilePath| Path for the file used to determine the rotation status for
the broker when responding to service discovery health checks ||
|preferLaterVersions| If true, (and ModularLoadManagerImpl is being used), the
load manager will attempt to use only brokers running the latest software
version (to minimize impact to bundles) |false|
|maxNumPartitionsPerPartitionedTopic|Max number of partitions per partitioned
topic. Use 0 or negative number to disable the check|0|
+| maxSubscriptionsPerTopic | Maximum number of subscriptions allowed to
subscribe to a topic. Once this limit reaches, the broker rejects new
subscriptions until the number of subscriptions decreases. When the value is
set to 0, maxSubscriptionsPerTopic-limit check is disabled. | 0 |
+| maxProducersPerTopic | Maximum number of producers allowed to connect to a
topic. Once this limit reaches, the broker rejects new producers until the
number of connected producers decreases. When the value is set to 0,
maxProducersPerTopic-limit check is disabled. | 0 |
+| maxConsumersPerTopic | Maximum number of consumers allowed to connect to a
topic. Once this limit reaches, the broker rejects new consumers until the
number of connected consumers decreases. When the value is set to 0,
maxConsumersPerTopic-limit check is disabled. | 0 |
Review comment:
```suggestion
| maxConsumersPerTopic | Maximum number of consumers allowed to connect to a
topic. Once this limit reaches, the broker rejects new consumers until the
number of connected consumers decreases. When the value is set to 0,
`maxConsumersPerTopic-limit check` is disabled. | 0 |
```
##########
File path: site2/docs/reference-configuration.md
##########
@@ -208,6 +208,10 @@ brokerServiceCompactionThresholdInBytes|If the estimated
backlog size is greater
|statusFilePath| Path for the file used to determine the rotation status for
the broker when responding to service discovery health checks ||
|preferLaterVersions| If true, (and ModularLoadManagerImpl is being used), the
load manager will attempt to use only brokers running the latest software
version (to minimize impact to bundles) |false|
|maxNumPartitionsPerPartitionedTopic|Max number of partitions per partitioned
topic. Use 0 or negative number to disable the check|0|
+| maxSubscriptionsPerTopic | Maximum number of subscriptions allowed to
subscribe to a topic. Once this limit reaches, the broker rejects new
subscriptions until the number of subscriptions decreases. When the value is
set to 0, maxSubscriptionsPerTopic-limit check is disabled. | 0 |
+| maxProducersPerTopic | Maximum number of producers allowed to connect to a
topic. Once this limit reaches, the broker rejects new producers until the
number of connected producers decreases. When the value is set to 0,
maxProducersPerTopic-limit check is disabled. | 0 |
+| maxConsumersPerTopic | Maximum number of consumers allowed to connect to a
topic. Once this limit reaches, the broker rejects new consumers until the
number of connected consumers decreases. When the value is set to 0,
maxConsumersPerTopic-limit check is disabled. | 0 |
+| maxConsumersPerSubscription | Maximum number of consumers allowed to connect
to a subscription. Once this limit reaches, the broker rejects new consumers
until the number of connected consumers decreases. When the value is set to 0,
maxConsumersPerSubscription-limit check is disabled. | 0 |
Review comment:
```suggestion
| maxConsumersPerSubscription | Maximum number of consumers allowed to
connect to a subscription. Once this limit reaches, the broker rejects new
consumers until the number of connected consumers decreases. When the value is
set to 0, `maxConsumersPerSubscription-limit` check is disabled. | 0 |
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]