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
Some clients, especially Drains, subscribe to a set of metrics but do not immediately consume metric data. Instead, they let the broker buffer them and then sonsume everything at once at a later time.
We should make such data queues lazy, i.e. persist their data to disk immediately.
Ideas:
detect such clients when they set x-expires
The text was updated successfully, but these errors were encountered:
Some clients, especially Drains, subscribe to a set of metrics but do not immediately consume metric data. Instead, they let the broker buffer them and then sonsume everything at once at a later time.
We should make such data queues lazy, i.e. persist their data to disk immediately.
Ideas:
x-expires
The text was updated successfully, but these errors were encountered: