JingTyagi-ICON commented on issue #24901: URL: https://github.com/apache/pulsar/issues/24901#issuecomment-3460561201
Hi @oneby-wang , Thanks for your response. Attached here plz find the cloudwatch logs for pulsar-broker [pulsar-broker-logs.csv](https://github.com/user-attachments/files/23206289/pulsar-broker-logs.csv) Below is the info on broker(topic) retention configuration and inactive topic configuration 2. your broker(topic) retention configuration and inactive topic configuration. # Default message retention time. # 0 means retention is disabled. -1 means data is not removed by time quota. defaultRetentionTimeInMinutes=0 # Default retention size. # 0 means retention is disabled. -1 means data is not removed by size quota. defaultRetentionSizeInMB=0 pulsar-broker-0:/pulsar/conf$ cat broker.conf | grep brokerDeleteInactiveTopics # If brokerDeleteInactiveTopicsEnabled is set to true, we should ensure that allowAutoTopicCreation is also set to true. brokerDeleteInactiveTopicsEnabled=true brokerDeleteInactiveTopicsFrequencySeconds=60 brokerDeleteInactiveTopicsMode=delete_when_no_subscriptions # If not present, 'brokerDeleteInactiveTopicsFrequencySeconds' will be used brokerDeleteInactiveTopicsMaxInactiveDurationSeconds= # Deprecated. Use brokerDeleteInactiveTopicsFrequencySeconds pulsar-broker-0:/pulsar/conf$ cat broker.conf | grep subscriptionExpirationTimeMinutes subscriptionExpirationTimeMinutes=0 -- 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]
