thomas-bousquet commented on code in PR #24672:
URL: https://github.com/apache/pulsar/pull/24672#discussion_r2306164801


##########
conf/broker.conf:
##########
@@ -1360,6 +1360,10 @@ managedLedgerInfoCompressionThresholdInBytes=16384
 # corrupted at bookkeeper and managed-cursor is stuck at that ledger.
 autoSkipNonRecoverableData=false
 
+# Whether to allow brokers to forcefully load topics by skipping ledger 
failures to avoid topic unavailability and 
+# perform auto repairs of the topics.
+managedLedgerForceRecovery=false
+

Review Comment:
   👍  I added it there and a mention in regards to the tradeoffs of enabling 
the option.



-- 
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]

Reply via email to