This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new ecb3238 Fix broker conf typo (#10753)
ecb3238 is described below
commit ecb32381d1db469093a5dd0b71763c86ac111dda
Author: xiaolong ran <[email protected]>
AuthorDate: Mon May 31 22:21:19 2021 +0800
Fix broker conf typo (#10753)
Signed-off-by: xiaolongran <[email protected]>
---
conf/broker.conf | 2 +-
conf/standalone.conf | 2 +-
deployment/terraform-ansible/templates/broker.conf | 2 +-
site2/docs/reference-configuration.md | 2 +-
site2/website/versioned_docs/version-2.7.0/reference-configuration.md | 2 +-
site2/website/versioned_docs/version-2.7.1/reference-configuration.md | 2 +-
site2/website/versioned_docs/version-2.7.2/reference-configuration.md | 2 +-
site2/website/versioned_docs/version-2.7.3/reference-configuration.md | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/conf/broker.conf b/conf/broker.conf
index be735ea..4b28983 100644
--- a/conf/broker.conf
+++ b/conf/broker.conf
@@ -182,7 +182,7 @@ forceDeleteNamespaceAllowed=false
# Max pending publish requests per connection to avoid keeping large number of
pending
# requests in memory. Default: 1000
-maxPendingPublishdRequestsPerConnection=1000
+maxPendingPublishRequestsPerConnection=1000
# How frequently to proactively check and purge expired messages
messageExpiryCheckIntervalInMinutes=5
diff --git a/conf/standalone.conf b/conf/standalone.conf
index d696646..e98d581 100644
--- a/conf/standalone.conf
+++ b/conf/standalone.conf
@@ -107,7 +107,7 @@ brokerDeleteInactiveTopicsFrequencySeconds=60
# Max pending publish requests per connection to avoid keeping large number of
pending
# requests in memory. Default: 1000
-maxPendingPublishdRequestsPerConnection=1000
+maxPendingPublishRequestsPerConnection=1000
# How frequently to proactively check and purge expired messages
messageExpiryCheckIntervalInMinutes=5
diff --git a/deployment/terraform-ansible/templates/broker.conf
b/deployment/terraform-ansible/templates/broker.conf
index eb15ca2..97b6cdc 100644
--- a/deployment/terraform-ansible/templates/broker.conf
+++ b/deployment/terraform-ansible/templates/broker.conf
@@ -138,7 +138,7 @@ brokerDeleteInactiveTopicsMaxInactiveDurationSeconds=
# Max pending publish requests per connection to avoid keeping large number of
pending
# requests in memory. Default: 1000
-maxPendingPublishdRequestsPerConnection=1000
+maxPendingPublishRequestsPerConnection=1000
# How frequently to proactively check and purge expired messages
messageExpiryCheckIntervalInMinutes=5
diff --git a/site2/docs/reference-configuration.md
b/site2/docs/reference-configuration.md
index 8705a4f..a0b7ec9 100644
--- a/site2/docs/reference-configuration.md
+++ b/site2/docs/reference-configuration.md
@@ -465,7 +465,7 @@ You can set the log level and configuration in the
[log4j2.yaml](https://github
|ttlDurationDefaultInSeconds|The default Time to Live (TTL) for namespaces if
the TTL is not configured at namespace policies. When the value is set to `0`,
TTL is disabled. By default, TTL is disabled. |0|
|brokerDeleteInactiveTopicsEnabled| Enable the deletion of inactive topics.
|true|
|brokerDeleteInactiveTopicsFrequencySeconds| How often to check for inactive
topics, in seconds. |60|
-| maxPendingPublishdRequestsPerConnection | Maximum pending publish requests
per connection to avoid keeping large number of pending requests in memory |
1000|
+| maxPendingPublishRequestsPerConnection | Maximum pending publish requests
per connection to avoid keeping large number of pending requests in memory |
1000|
|messageExpiryCheckIntervalInMinutes| How often to proactively check and
purged expired messages. |5|
|activeConsumerFailoverDelayTimeMillis| How long to delay rewinding cursor and
dispatching messages when active consumer is changed. |1000|
| subscriptionExpirationTimeMinutes | How long to delete inactive
subscriptions from last consumption. When it is set to 0, inactive
subscriptions are not deleted automatically | 0 |
diff --git
a/site2/website/versioned_docs/version-2.7.0/reference-configuration.md
b/site2/website/versioned_docs/version-2.7.0/reference-configuration.md
index 4638a85..704b1c2 100644
--- a/site2/website/versioned_docs/version-2.7.0/reference-configuration.md
+++ b/site2/website/versioned_docs/version-2.7.0/reference-configuration.md
@@ -459,7 +459,7 @@ The [`pulsar-client`](reference-cli-tools.md#pulsar-client)
CLI tool can be used
|ttlDurationDefaultInSeconds| The default Time to Live (TTL) for namespaces
if the TTL is not configured at namespace policies. When the value is set to
`0`, TTL is disabled. By default, TTL is disabled. |0|
|brokerDeleteInactiveTopicsEnabled| Enable the deletion of inactive topics.
|true|
|brokerDeleteInactiveTopicsFrequencySeconds| How often to check for inactive
topics, in seconds. |60|
-| maxPendingPublishdRequestsPerConnection | Maximum pending publish requests
per connection to avoid keeping large number of pending requests in memory |
1000|
+| maxPendingPublishRequestsPerConnection | Maximum pending publish requests
per connection to avoid keeping large number of pending requests in memory |
1000|
|messageExpiryCheckIntervalInMinutes| How often to proactively check and
purged expired messages. |5|
|activeConsumerFailoverDelayTimeMillis| How long to delay rewinding cursor and
dispatching messages when active consumer is changed. |1000|
| subscriptionExpirationTimeMinutes | How long to delete inactive
subscriptions from last consumption. When it is set to 0, inactive
subscriptions are not deleted automatically | 0 |
diff --git
a/site2/website/versioned_docs/version-2.7.1/reference-configuration.md
b/site2/website/versioned_docs/version-2.7.1/reference-configuration.md
index 9422a0f..b574a15 100644
--- a/site2/website/versioned_docs/version-2.7.1/reference-configuration.md
+++ b/site2/website/versioned_docs/version-2.7.1/reference-configuration.md
@@ -459,7 +459,7 @@ The [`pulsar-client`](reference-cli-tools.md#pulsar-client)
CLI tool can be used
|ttlDurationDefaultInSeconds| The default Time to Live (TTL) for namespaces
if the TTL is not configured at namespace policies. When the value is set to
`0`, TTL is disabled. By default, TTL is disabled. |0|
|brokerDeleteInactiveTopicsEnabled| Enable the deletion of inactive topics.
|true|
|brokerDeleteInactiveTopicsFrequencySeconds| How often to check for inactive
topics, in seconds. |60|
-| maxPendingPublishdRequestsPerConnection | Maximum pending publish requests
per connection to avoid keeping large number of pending requests in memory |
1000|
+| maxPendingPublishRequestsPerConnection | Maximum pending publish requests
per connection to avoid keeping large number of pending requests in memory |
1000|
|messageExpiryCheckIntervalInMinutes| How often to proactively check and
purged expired messages. |5|
|activeConsumerFailoverDelayTimeMillis| How long to delay rewinding cursor and
dispatching messages when active consumer is changed. |1000|
| subscriptionExpirationTimeMinutes | How long to delete inactive
subscriptions from last consumption. When it is set to 0, inactive
subscriptions are not deleted automatically | 0 |
diff --git
a/site2/website/versioned_docs/version-2.7.2/reference-configuration.md
b/site2/website/versioned_docs/version-2.7.2/reference-configuration.md
index 19a9e9b..3500685 100644
--- a/site2/website/versioned_docs/version-2.7.2/reference-configuration.md
+++ b/site2/website/versioned_docs/version-2.7.2/reference-configuration.md
@@ -459,7 +459,7 @@ The [`pulsar-client`](reference-cli-tools.md#pulsar-client)
CLI tool can be used
|ttlDurationDefaultInSeconds| The default Time to Live (TTL) for namespaces
if the TTL is not configured at namespace policies. When the value is set to
`0`, TTL is disabled. By default, TTL is disabled. |0|
|brokerDeleteInactiveTopicsEnabled| Enable the deletion of inactive topics.
|true|
|brokerDeleteInactiveTopicsFrequencySeconds| How often to check for inactive
topics, in seconds. |60|
-| maxPendingPublishdRequestsPerConnection | Maximum pending publish requests
per connection to avoid keeping large number of pending requests in memory |
1000|
+| maxPendingPublishRequestsPerConnection | Maximum pending publish requests
per connection to avoid keeping large number of pending requests in memory |
1000|
|messageExpiryCheckIntervalInMinutes| How often to proactively check and
purged expired messages. |5|
|activeConsumerFailoverDelayTimeMillis| How long to delay rewinding cursor and
dispatching messages when active consumer is changed. |1000|
| subscriptionExpirationTimeMinutes | How long to delete inactive
subscriptions from last consumption. When it is set to 0, inactive
subscriptions are not deleted automatically | 0 |
diff --git
a/site2/website/versioned_docs/version-2.7.3/reference-configuration.md
b/site2/website/versioned_docs/version-2.7.3/reference-configuration.md
index 59abde7..239c06f 100644
--- a/site2/website/versioned_docs/version-2.7.3/reference-configuration.md
+++ b/site2/website/versioned_docs/version-2.7.3/reference-configuration.md
@@ -459,7 +459,7 @@ The [`pulsar-client`](reference-cli-tools.md#pulsar-client)
CLI tool can be used
|ttlDurationDefaultInSeconds| The default Time to Live (TTL) for namespaces
if the TTL is not configured at namespace policies. When the value is set to
`0`, TTL is disabled. By default, TTL is disabled. |0|
|brokerDeleteInactiveTopicsEnabled| Enable the deletion of inactive topics.
|true|
|brokerDeleteInactiveTopicsFrequencySeconds| How often to check for inactive
topics, in seconds. |60|
-| maxPendingPublishdRequestsPerConnection | Maximum pending publish requests
per connection to avoid keeping large number of pending requests in memory |
1000|
+| maxPendingPublishRequestsPerConnection | Maximum pending publish requests
per connection to avoid keeping large number of pending requests in memory |
1000|
|messageExpiryCheckIntervalInMinutes| How often to proactively check and
purged expired messages. |5|
|activeConsumerFailoverDelayTimeMillis| How long to delay rewinding cursor and
dispatching messages when active consumer is changed. |1000|
| subscriptionExpirationTimeMinutes | How long to delete inactive
subscriptions from last consumption. When it is set to 0, inactive
subscriptions are not deleted automatically | 0 |