confluent-kafkaEasy Playground

High-performance Kafka client by Confluent

Getting started with confluent-kafkaRun locally
Install
pip install confluent-kafka
Python 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?