lhotari commented on code in PR #15723: URL: https://github.com/apache/pulsar/pull/15723#discussion_r880182745
########## 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: I have taken this approach. -- 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]
