redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.72k stars 591 forks source link

Consumer groups scale testing #4838

Open mmaslankaprv opened 2 years ago

mmaslankaprv commented 2 years ago

We need to add tests that will cover consumer groups feature handling at scale. We need to include testing with:

We may leverage client swarm tool to spawn multiple consumers. Ideally the test should be parameterized and be run with failures injector running.

JIRA Link: CORE-918

mmaslankaprv commented 2 years ago

Added: https://github.com/redpanda-data/client-swarm/pull/1 to enable consumer testing with client swarm tool.