The scripts in this directory provide code examples using Confluent's Python client:
- adminapi.py: collection of Kafka Admin API operations
- avro-cli.py: produces Avro messages with Confluent Schema Registry and then reads them back again
- consumer.py: reads messages from a Kafka topic
- producer.py: reads lines from stdin and sends them to Kafka
Additional examples for Confluent Cloud:
- confluent_cloud.py: produces messages to Confluent Cloud and then reads them back again
- confluentinc/examples: integrates Confluent Cloud and Confluent Cloud Schema Registry