Huanli-Meng commented on a change in pull request #9903:
URL: https://github.com/apache/pulsar/pull/9903#discussion_r594290118
##########
File path: site2/docs/reference-configuration.md
##########
@@ -340,26 +340,27 @@ subscriptionExpirationTimeMinutes | How long to delete
inactive subscriptions fr
|replicatedSubscriptionsSnapshotFrequencyMillis|The frequency of snapshots for
replicated subscriptions tracking.|1000|
|replicatedSubscriptionsSnapshotTimeoutSeconds|The timeout for building a
consistent snapshot for tracking replicated subscriptions state.|30|
|replicatedSubscriptionsSnapshotMaxCachedPerSubscription|The maximum number of
snapshot to be cached per subscription.|10|
-|maxMessagePublishBufferSizeInMB|The maximum memory size for broker handling
messages sent from producers. If the processing message size exceeds this
value, broker stops reading data from the connection. The processing messages
means messages are sent to broker but broker have not sent response to the
client. Usually the message are waiting to be written to bookies. It's shared
across all the topics running in the same broker. The value `-1` disables the
memory limitation. By default, it is 50% of direct memory.|N/A|
+|maxMessagePublishBufferSizeInMB|The maximum memory size for a broker to
handle messages that are sent by producers. If the processing message size
exceeds this value, the broker stops reading data from the connection. The
processing messages refer to the messages that are sent to the broker but the
broker has not sent response to the client. Usually the messages are waiting to
be written to bookies. It's shared across all the topics running in the same
broker. The value `-1` disables the memory limitation. By default, it is 50% of
direct memory.|N/A|
Review comment:
```suggestion
|maxMessagePublishBufferSizeInMB|The maximum memory size for a broker to
handle messages that are sent by producers. If the processing message size
exceeds this value, the broker stops reading data from the connection. The
processing messages refer to the messages that are sent to the broker but the
broker has not sent response to the client. Usually the messages are waiting to
be written to bookies. It is shared across all the topics running in the same
broker. The value `-1` disables the memory limitation. By default, it is 50% of
direct memory.|N/A|
```
----------------------------------------------------------------
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:
[email protected]