diff options
author | Dana Powers <dana.powers@rd.io> | 2016-01-07 17:14:49 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2016-01-07 17:14:56 -0800 |
commit | d4e85ecd1d8acac1a0f74d164b67faefd99987e4 (patch) | |
tree | 04d754bbd47230cd0c979926a0730750005d5e2d /docs/apidoc/KafkaProducer.rst | |
parent | 2a2e77aa1e5c31b3e815d573051bb2019daaa306 (diff) | |
download | kafka-python-d4e85ecd1d8acac1a0f74d164b67faefd99987e4.tar.gz |
Update docs for release w/ new async classes
Diffstat (limited to 'docs/apidoc/KafkaProducer.rst')
-rw-r--r-- | docs/apidoc/KafkaProducer.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/apidoc/KafkaProducer.rst b/docs/apidoc/KafkaProducer.rst new file mode 100644 index 0000000..c33b2f9 --- /dev/null +++ b/docs/apidoc/KafkaProducer.rst @@ -0,0 +1,4 @@ +KafkaProducer +============= + +<unreleased> See :class:`kafka.producer.SimpleProducer` |