You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/05/28 16:26:32 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #7085: add feature: enable maxSizePerLedger settings in configuration

merlimat commented on a change in pull request #7085:
URL: https://github.com/apache/pulsar/pull/7085#discussion_r431966722



##########
File path: conf/broker.conf
##########
@@ -704,6 +704,9 @@ managedLedgerMinLedgerRolloverTimeMinutes=10
 # Maximum time before forcing a ledger rollover for a topic
 managedLedgerMaxLedgerRolloverTimeMinutes=240
 
+# Maximum ledger size before triggering a rollover for a topic (MB)
+managedLedgerMaxSizePerLedgerMbytes=2048

Review comment:
       Can you also add this config into `conf/standalone.conf`?




----------------------------------------------------------------
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:
users@infra.apache.org