Skip to content

redpanda-data/client-swarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

client-swarm

Quickstart

This tool is for stressing Redpanda with lots of concurrent producer connections.

# Get a rust toolchain
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# 2000 producers sending 100 messages each
# (Set your BROKERS and TOPIC as needed)
cargo run --release -- --brokers localhost:9092 producers --topic $TOPIC --count 2000 --messages 100

About

Test utility for running large numbers of concurrent client sessions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published