简体   繁体   中英

How do i set up Apache Kafka's Replication Factor?

I was just wondering how can i set replication factor in apache kafka? I can't find a good tutorial out there about this, I'm learning this for a mini project.

If you have any links, Please link it down

In the broker properties, you define both internal and default auto-created topic replication factors. Ideally, you'd disable auto creation, however

Any other topic creation API requires replication factor to be specified, so refer any documentation you can find, starting with the official Kafka website

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM