使用Spring Boot自定义kafka主题分区

时间:2019-04-22 13:27:11

标签: spring spring-boot spring-kafka

有没有一种方法可以使用Spring Boot根据对有效负载的属性计算出的哈希值来创建分区键。 apache-kafka中有一个名为Partition的接口,但不确定如何使用Spring Boot将消息分配到不同的分区中。

1 个答案:

答案 0 :(得分:1)

请参见the kafka documentation

driver.find_element_by_id("identifierNext").click() 生产者属性设置为您的类名。

  

partitioner.class

     

实现partitioner.class的Partitioner类。

     

默认值:org.apache.kafka.clients.producer.Partitioner interface