confluent-kafka — Easy Playground
High-performance Kafka client by Confluent
Getting started with confluent-kafkaRun locally
Install
pip install confluent-kafkaPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: confluent_kafka)
confluent-kafka is a third-party package. High-performance Kafka client by Confluent. Install with: pip install confluent-kafka
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?