Metadata-Version: 2.1
Name: kafkatool
Version: 0.0.3
Summary: kafkatool
Home-page: UNKNOWN
Author: xbzheng
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: confluent-kafka (>=0.11.6)
Requires-Dist: PyYAML (>=3.13)
Requires-Dist: structlog (>=18.2.0)
Requires-Dist: six (>=1.12.0)

# kafkatool
A wrap of [confluent-kafka-python](https://github.com/confluentinc/confluent-kafka-python).
Provides simple consumer/producer create tool and statistic metrics show.

## install
```console
bash scripts/run_install.sh
```

## quick start
see `example` directory for more details

## todo
- program run metrics statistic and display
- an optimization default configuration for consumer and producer

## reference
- [confluent-kafka-python](https://github.com/confluentinc/confluent-kafka-python)
- [confluent-kafka-python doc](https://docs.confluent.io/current/clients/confluent-kafka-python)
- [confluent docs](https://docs.confluent.io/current/clients/index.html)
- [librdkafka](https://github.com/edenhill/librdkafka)
    - [configuration](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md)
    - [statistic](https://github.com/edenhill/librdkafka/blob/master/STATISTICS.md)


