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
Currently if you specify a "no consume" workload (e.g., with 0 subscriptions per topic) it will still allocate 1/2 (rounded up) of all worker nodes to consumer workers, even though consumers will not be started.
Instead, we should allocate all nodes to producers.