Skip to content

Commit 0c61f44

Browse files
committed
Update README.md
1 parent 26414d4 commit 0c61f44

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Kakfa Python client
22

3-
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.
3+
This module provides low-level protocol support Apache Kafka. It implements the five basic request types
4+
(and their responses): Produce, Fetch, MultiFetch, MultiProduce, and Offsets. Gzip and Snappy compression
5+
is also supported.
46

57
Compatible with Apache Kafka 0.7x. Tested against 0.7.0, 0.7.1, and 0.7.2
68

@@ -12,7 +14,7 @@ Copyright 2012, David Arthur under Apache License, v2.0. See `LICENSE`
1214

1315
# Status
1416

15-
This project is very much alpha. The API is in flux and not all the features are fully implemented.
17+
Current version is 0.1-alpha. The current API should be pretty stable.
1618

1719
# Install
1820

0 commit comments

Comments
 (0)