阅读背景:

How to manage and balance “Huge Data Load” for Big Kafka Clusters---reference

来源:互联网 

1. Add Partition Tool

Partitions act as unit of parallelism. Messages of a single topic are distributed to multiple partitions that can be stored and served on different servers. Upon creation of a topic, the number of partitions for this topic has to be specified. Later on more partitions may be needed for this topic when the volume of this topic increases. This tool helps to add more partitions for a specific topic and also allow manual replica assignment of the added partitions. You can refer to the previous blog Partitions act as unit




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: