mattisonchao commented on code in PR #16545: URL: https://github.com/apache/pulsar/pull/16545#discussion_r923489879
########## conf/broker.conf: ########## @@ -232,6 +232,12 @@ subscriptionKeySharedUseConsistentHashing=true # The higher the number, the more equal the assignment of keys to consumers subscriptionKeySharedConsistentHashingReplicaPoints=100 +# Maximum time in ms for a Analise backlog operation to complete +subscriptionBacklogScanMaxTimeMs=120000 + +# Maximum number of entries to be read within a Analise backlog operation +subscriptionBacklogScanMaxEntries=10000 Review Comment: Should we make it dynamic or put it to ns/topic policy? -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org