Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

[kafka] Custom partition rules

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

(1) the data generated by the producer is partitioned by using custom key as hashcode.

Topic can be physically divided into one or more Partition in 1.Kafka

Each partition physically corresponds to a folder, named in the "topicName_partitionIndex" manner

All messages (.log) and index (.index) files for this partition are stored under the folder

# for example, Topic:test0320 uses 3 partitions and 2 replicas 186 187 188-test0320-0 test0320-0 test0320-1test0320-2 test0320-1test0320-2

two。 When producing data, producers can customize Key rules for each message, so that when messages are sent to broker, they will choose which partition to store in according to the partition rules.

3. Partition rules are classes that implement the kafka.producer.Partitioner interface

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report