0


Python系列之:使用kafkaProducer发送数据到topic,KafkaConsumer消费topic数据

Python系列之:使用kafkaProducer生产数据,KafkaConsumer消费数据

一、构建KafkaProducer

    producer = KafkaProducer(
        bootstrap_servers=kafkaBrokers,
        security_protocol='SASL_PLAINTEXT',
        sasl_
标签: kafka

本文转载自: https://blog.csdn.net/zhengzaifeidelushang/article/details/124884755
版权归原作者 目标博客专家 所有, 如有侵权,请联系我们删除。

“Python系列之:使用kafkaProducer发送数据到topic,KafkaConsumer消费topic数据”的评论:

还没有评论