File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ The scripts in this directory provide code examples using Confluent's Python client:
2
+
3
+ * [ adminapi.py] ( adminapi.py ) : collection of Kafka Admin API operations
4
+ * [ avro-cli.py] ( avro-cli.py ) : produces Avro messages with Confluent Schema Registry and then reads them back again
5
+ * [ consumer.py] ( consumer.py ) : reads messages from a Kafka topic
6
+ * [ producer.py] ( producer.py ) : reads lines from stdin and sends them to Kafka
7
+
8
+ Additional examples for [ Confluent Cloud] ( https://www.confluent.io/confluent-cloud/ ) :
9
+
10
+ * [ confluent_cloud.py] ( confluent_cloud.py ) : produces messages to Confluent Cloud and then reads them back again
11
+ * [ confluentinc/examples] ( https://github.com/confluentinc/examples/tree/master/clients/cloud/python ) : integrates Confluent Cloud and Confluent Cloud Schema Registry
You can’t perform that action at this time.
0 commit comments