Reputation: 178
Lets say I do have a topic A and multiple subsciriptions to this topic. Is there any expiration date for any subsription or do they exist for as long as the topic exists?
It is important to know because in case we have a subscription which is not used for a long period of time is it cleaned at some point or not?
Upvotes: 3
Views: 495
Reputation: 58991
You can create topics and subscription as temporary objects by setting the autoDeleteOnIdle
property which is set to the duration for which an entity must be idle (unused) before it is automatically deleted..
Read more here: Temporary entities
Upvotes: 1