Running Kafka Consumer with multiple brokers
1 min read

Running Kafka Consumer with multiple brokers

Read messages and events from multiple Kafka brokers through the command line.

bin/kafka-console-consumer.sh --bootstrap-server localhost:9092,localhost:9093,localhost:9094 --from-beginning --topic my-replicated-topic