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
DPL: attempt to have some dropping logic which does not break test
I suspect what is happening in the test is the consumers start
too late (and the lossy policy drops messages on the sender side
when that happens).
This should avoid the problem by increasing the delay up to 1 second,
before switching to lossy, giving enough time to the consumers to start.
0 commit comments