poorbarcode commented on code in PR #23052: URL: https://github.com/apache/pulsar/pull/23052#discussion_r1683975311
########## conf/broker.conf: ########## @@ -159,6 +159,13 @@ skipBrokerShutdownOnOOM=false # Factory class-name to create topic with custom workflow topicFactoryClassName= +# Max capacity of the topic name cache. 0 means unlimited cache. Review Comment: Maybe the following design is better: - `-1`: unlimited cache - `0`: broker clears all cache per `maxSecondsToClearTopicNameCache` -- 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]
