kafka

window=kafka+zk
服务器 类别 物理
broker Topic Partition
1/n Partition

Producer-->broker-->Consumer Group

KafkaTemplate.send(Topic,msg)
@KafkaListener(topics = {"Topic"})

原文地址:https://www.cnblogs.com/smallfa/p/14610657.html