summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2012-11-16 15:25:07 -0500
committerDavid Arthur <mumrah@gmail.com>2012-11-16 15:25:07 -0500
commit0c61f4467a327e38c9c8701ab680e47a209bab7c (patch)
tree4c05be48707df12adfceca6ea24a11cc5222936a
parent26414d4a993b6d0fd9074b2e7c4abc4230ae52eb (diff)
downloadkafka-python-0c61f4467a327e38c9c8701ab680e47a209bab7c.tar.gz
Update README.md
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index c2dfa99..01d8e0c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# Kakfa Python client
-This module provides low-level protocol support Apache Kafka. It implements the five basic request types (and their responses): Produce, Fetch, MultiFetch, MultiProduce, and Offsets.
+This module provides low-level protocol support Apache Kafka. It implements the five basic request types
+(and their responses): Produce, Fetch, MultiFetch, MultiProduce, and Offsets. Gzip and Snappy compression
+is also supported.
Compatible with Apache Kafka 0.7x. Tested against 0.7.0, 0.7.1, and 0.7.2
@@ -12,7 +14,7 @@ Copyright 2012, David Arthur under Apache License, v2.0. See `LICENSE`
# Status
-This project is very much alpha. The API is in flux and not all the features are fully implemented.
+Current version is 0.1-alpha. The current API should be pretty stable.
# Install