Metadata-Version: 2.0
Name: afkak
Version: 2.4.0
Summary: Twisted Python client for Apache Kafka
Home-page: https://github.com/ciena/afkak
Author: Robert Thille
Author-email: rthille@ciena.com
License: Apache License 2.0
Keywords: Kafka client,distributed messaging,txkafka
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Communications
Classifier: Topic :: System :: Distributed Computing
Requires-Dist: Twisted (>=13.2.0)
Provides-Extra: FastMurmur2
Requires-Dist: Murmur (>=0.1.3); extra == 'FastMurmur2'

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
protocol as well as broker-aware request routing. Gzip and Snappy compression
is also supported for message sets.


