Hi Chen,
Take a look at the quick start
https://kafka.apache.org/documentation.html#quickstart step 3 change
--replication-factor 1 to be --replication-factor 3 would do that. You need
to have at least 3 brokers running live when you do that. You also want to
look at changing your partition count
Hi Kafka,
The doc mentioned that “Single producer thread, 3x ASYNChronous
replication”, how to configure it? What’s the configuration item? Or need use
async produce api to send?
https://engineering.linkedin.com/kafka/benchmarking-apache-kafka-2-million-writes-second-three-che