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
I think the idiomatic solution would be to not acknowledge message until their value is no longer needed. That requires a carefully chosen qos setting and a tracking of acknowledgements within the combinator. The latter is not possible with the current metricq/master (maybe with the async-db branch). We also should never send the same value twice in the combinator. So yeah, it's challenging.
Values that are put into internal input queues here
metricq-combinator/src/combinator.cpp
Lines 187 to 195 in 5d985cd
but are still waiting for other values to arrive are lost when restarting the combinator.
The text was updated successfully, but these errors were encountered: