diff options
author | David Arthur <mumrah@gmail.com> | 2012-10-03 14:28:45 -0300 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2012-10-03 14:28:45 -0300 |
commit | 969937a068fdedf6887c945130fd6b10e2243cc6 (patch) | |
tree | 879a2db26e150886d19ed4ec4a1ea76959a79db4 | |
parent | 31a9d48d09b204e60c59de72e16e74487e9c069f (diff) | |
download | kafka-python-969937a068fdedf6887c945130fd6b10e2243cc6.tar.gz |
Adding link to Kafka
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ This module provides low-level protocol support Apache Kafka. It implements the Compatible with Apache Kafka 0.7x. Tested against 0.7.0, 0.7.1, and 0.7.2 +http://incubator.apache.org/kafka/ + # License Copyright 2012, David Arthur under Apache License, v2.0. See `LICENSE` |