eolivelli commented on code in PR #16603: URL: https://github.com/apache/pulsar/pull/16603#discussion_r921153339
########## conf/broker.conf: ########## @@ -403,6 +403,9 @@ dispatchThrottlingOnNonBacklogConsumerEnabled=true # Max number of entries to read from bookkeeper. By default it is 100 entries. dispatcherMaxReadBatchSize=100 +# Dispatch messages and execute broker side filters in a per-subscription thread +dispatcherDispatchMessagesInSubscriptionThread=true Review Comment: I am adding this flag only to rollback in case of problem with particular workloads. We are doing performance testing, I believe that this new behaviour is generally better, not only for the case of server side filters, but especially in these cases: - multiple subscriptions on the same topic - concurrent produce and consume -- 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]
