rdhabalia commented on a change in pull request #13073:
URL: https://github.com/apache/pulsar/pull/13073#discussion_r761302458
##########
File path:
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
##########
@@ -2228,6 +2228,14 @@
)
private int managedLedgerOffloadPrefetchRounds = 1;
+ @FieldContext(
+ dynamic = true,
+ category = CATEGORY_STORAGE_ML,
+ doc = "Time to rollover ledger for inactive topic (duration without
any publish on that topic)."
+ + "Disable rollover with value 0 (Default value 0)"
+ )
+ private int managedLedgerInactiveLedgerRolloverTimeSeconds = 0;
Review comment:
good catch. I missed to update doc after changing timeunit in code. I
have fixed it now.
--
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]