benchmark icon indicating copy to clipboard operation
benchmark copied to clipboard

Produce-only requests should be able to use all worker nodes when using distributed workers

Open travisdowns opened this issue 1 year ago • 1 comments

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.

travisdowns avatar Jan 30 '24 18:01 travisdowns

Yes, it does make a lot of sense to make that improvement. The current logic, was to try to keep producer/consumers separated to make it easier to implement, although it's not really the best strategy.

merlimat avatar Jan 31 '24 02:01 merlimat

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 5 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 31 '24 19:03 stale[bot]