Category Archives: Kafka

[转]使用Python操作Kafka

https://blog.csdn.net/see_you_see_me/article/details/78468421 yum -y install python-pip pip install kafka-python from kafka import KafkaProducer producer = KafkaProducer(bootstrap_servers='localhost:9092') Traceback (most recent call last):   File... Read More | Share it now!