Technoboy- commented on issue #15881:
URL: https://github.com/apache/pulsar/issues/15881#issuecomment-1146598282
> FYI, this is the inactiveTopicPolicies configured at that namespace
>
> ```
>
{"inactiveTopicDeleteMode":"delete_when_subscriptions_caught_up","maxInactiveDurationSeconds":3600,"deleteWhileInactive":true}
> ```
Ah, sorry, I mistakenly thought it was topic level. Could you use the CLI to
get the topic level policy ?
```
admin.topicPolicies().getInactiveTopicPolicies(topic)
```
--
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]