You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sink data queues should have a default of x-expires = 10min.
This way, under normal circumstances, every client has enough time to attach a consumer. Otherwise (if the sink crashed between subscribing and consuming), the queue will be deleted.o
Note: we should make sure that the default value is long enough to support clients with many metrics, as it might take so time to successfully declare all their bindings.
Sink data queues should have a default of
x-expires = 10min
.This way, under normal circumstances, every client has enough time to attach a consumer. Otherwise (if the sink crashed between subscribing and consuming), the queue will be deleted.o
Note: we should make sure that the default value is long enough to support clients with many metrics, as it might take so time to successfully declare all their bindings.
Related to #35.
The text was updated successfully, but these errors were encountered: