eolivelli commented on code in PR #16545: URL: https://github.com/apache/pulsar/pull/16545#discussion_r932962036
########## 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: it is important that these two options are still at broker level, because they are there in order to prevent malicious users from breaking the system. I can follow up add a per namespace values, but I would do it only after some time that users try this feature and provide feedback -- 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]
