kafka-python — Easy Playground
Apache Kafka client for producing and consuming messages
Getting started with kafka-pythonRun locally
Install
pip install kafka-pythonPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: kafka_python)
kafka-python is a third-party package. Apache Kafka client for producing and consuming messages. Install with: pip install kafka-python
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?