diff options
author | Jim Lim <jim@jimjh.com> | 2013-10-02 11:55:09 -0700 |
---|---|---|
committer | Jim Lim <jim@jimjh.com> | 2013-10-02 11:55:09 -0700 |
commit | 7c3cfbcfc3e0266dd5e99183ce4ad13d7d9f547f (patch) | |
tree | 71d872c01205beb2033918d003f508f48eeab927 | |
parent | a55f59d50e9f3e41d07bcef7df644acbec1565bd (diff) | |
download | kafka-python-7c3cfbcfc3e0266dd5e99183ce4ad13d7d9f547f.tar.gz |
update README.md to link to travis-ci's build page
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Kafka Python client - +[](https://travis-ci.org/mumrah/kafka-python) This module provides low-level protocol support for Apache Kafka as well as high-level consumer and producer classes. Request batching is supported by the |