[Enhancement]: Add pursuit mode for mqtt msgstream #26097
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
What would you like to be added?
Add pursuit mode for mqtt msgstream
Why is this needed?
When system recover from some abnormal state, datanode & querynode may need to consume lots of msg
Using current policy is time consuming and cause system recovery tool slow.
The proposal is to add pursuit mode: merge msg packs from mqtt msgstream if the time lag is too large(lag threshold configurable). So flowgraphs could can handle these messages in larger batch and skip lots of useless processing.
Anything else?
No response