diff options
-rw-r--r-- | CHANGES.md | 2 | ||||
-rw-r--r-- | README.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ Consumers * Add KafkaConsumer.close() (ucarion PR 426) Producers -* Cath client.reinit() exceptions in async producer (dpkp) +* Catch client.reinit() exceptions in async producer (dpkp) * Producer.stop() now blocks until async thread completes (dpkp PR 485) * Catch errors during load_metadata_for_topics in async producer (bschopman PR 467) * Add compression-level support for codecs that support it (trbs PR 454) @@ -32,7 +32,7 @@ License ---------- Apache License, v2.0. See `LICENSE <https://github.com/dpkp/kafka-python/blob/master/LICENSE>`_ Copyright 2015, David Arthur, Dana Powers, and Contributors -(See `AUTHORS <https://github.com/dpkp/kafka-python/blob/master/AUTHORS.md>`_ +(See `AUTHORS <https://github.com/dpkp/kafka-python/blob/master/AUTHORS.md>`_) Status ---------- |