khaos

Kafka traffic simulator for observability and chaos engineering

brewmacoslinux
Try with needOr install directly
Source

About

Kafka traffic simulator for observability and chaos engineering

Commands

khaos

Examples

Generate normal Kafka traffic with default settings$ khaos run
Simulate latency chaos with 500ms delay on 50% of messages$ khaos run --chaos-type latency --chaos-percentage 50 --latency-ms 500
Generate traffic to specific Kafka broker and topic$ khaos run --broker localhost:9092 --topic my-topic --message-rate 100