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
Kubernetes traffic generator should use Watch without ProgressNotify (like apiserver does for events) and without PrevKV (like it does for compact_rev_key). The latter will also help cover the case of non-recursive watch.
In case of Watches on events resource, traffic generator could also open multiple watch streams within the same gRPC stream to better mimic what apiserver does.