nodece commented on code in PR #23052:
URL: https://github.com/apache/pulsar/pull/23052#discussion_r1685916983


##########
conf/broker.conf:
##########
@@ -159,6 +159,14 @@ skipBrokerShutdownOnOOM=false
 # Factory class-name to create topic with custom workflow
 topicFactoryClassName=
 
+# Max capacity of the topic name cache. -1 means unlimited cache; 0 means 
broker will clear all cache
+# per "maxSecondsToClearTopicNameCache", it does not mean broker will not 
cache TopicName.
+topicNameCacheCaxCapacity=100000

Review Comment:
   ```suggestion
   topicNameCacheMaxCapacity=100000
   ```
   
   Typo?



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