merlimat commented on code in PR #15723: URL: https://github.com/apache/pulsar/pull/15723#discussion_r879791413
########## conf/broker.conf: ########## @@ -1211,6 +1211,9 @@ replicationConnectionsPerBroker=16 # Replicator producer queue size replicationProducerQueueSize=1000 +# Replicator client memory usage limit (in bytes, disable with value 0) +replicationClientMemoryLimitBytes=0 Review Comment: @lhotari Another possibility would be to force it to 0, without configuration, until a better flow control is implemented -- 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]
