Re: How to configure "asynchronous replication"

2015-02-04 Thread Joe Stein
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

How to configure "asynchronous replication"

2015-02-04 Thread 陈洪海
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