Skip to content

Commit ee588bf

Browse files
committed
Minor cleanups
1 parent 6936d9f commit ee588bf

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

confluent_kafka/kafkatest/README

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
FIXME: 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>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
""" This directory contains clients implementing the official Kafka tests/kafkatest."""
1+
""" Python client implementations of the official Kafka tests/kafkatest clients. """

docs/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)