File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
confluent_kafka/kafkatest Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11FIXME: Instructions on how to use this.
2+
3+
4+ Usage:
5+
6+ python -m confluent_kafka.kafkatest.verifiable_consumer <options>
7+
8+ python -m confluent_kafka.kafkatest.verifiable_producer <options>
Original file line number Diff line number Diff line change 1- """ This directory contains clients implementing the official Kafka tests/kafkatest. """
1+ """ Python client implementations of the official Kafka tests/kafkatest clients. """
Original file line number Diff line number Diff line change @@ -86,6 +86,3 @@ The Python bindings also provide some additional configuration properties:
8686
8787* ``on_commit `` (**Consumer **): Callback used to indicate success or failure
8888 of commit requests.
89-
90-
91-
You can’t perform that action at this time.
0 commit comments