Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor cleanups
  • Loading branch information
edenhill committed May 9, 2016
commit ee588bf4153a8ef90ac9a24c38495aac1839f0d2
7 changes: 7 additions & 0 deletions confluent_kafka/kafkatest/README
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
FIXME: Instructions on how to use this.


Usage:

python -m confluent_kafka.kafkatest.verifiable_consumer <options>

python -m confluent_kafka.kafkatest.verifiable_producer <options>
2 changes: 1 addition & 1 deletion confluent_kafka/kafkatest/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
""" This directory contains clients implementing the official Kafka tests/kafkatest."""
""" Python client implementations of the official Kafka tests/kafkatest clients. """
3 changes: 0 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,3 @@ The Python bindings also provide some additional configuration properties:

* ``on_commit`` (**Consumer**): Callback used to indicate success or failure
of commit requests.