Auto deletion of inactive durable consumers #924
Answered
by
bruth
beatrausch
asked this question in
Q&A
-
Hi, is there the possibility to configure nats to delete a durable consumer after a configurable amount of time of inactivity? Regards |
Beta Was this translation helpful? Give feedback.
Answered by
bruth
Mar 13, 2022
Replies: 1 comment 8 replies
-
@beatrausch Can you define what you mean by "inactivity" and/or describe the use case in more detail? A consumer is a view of a stream and then one or more subscriptions are created (and bound) to that consumer to actually do the message handling. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
beatrausch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@beatrausch Can you define what you mean by "inactivity" and/or describe the use case in more detail? A consumer is a view of a stream and then one or more subscriptions are created (and bound) to that consumer to actually do the message handling.