You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mrb-github edited this page Apr 24, 2020
·
1 revision
Goal #1 : Simple sender, receiver using python.
from kafka import KafkaProducer
from kafka.errors import KafkaError
import sys
sys.stdout.write(' Hello world') ; sys.stdout.flush()
pip install kafka-python
Challenge:
Traceback (most recent call last):
File "kafka_producer.py", line 1, in
from kafka import KafkaProducer
ModuleNotFoundError: No module named 'kafka'