Metadata-Version: 2.1
Name: kafka-transport
Version: 0.7.0
Summary: UNKNOWN
Home-page: https://github.com/Karma-blockchain/kafka-transport
Author: Nozdrin-Plotnitsky Nikolay
Author-email: nozdrin.plotnitsky@karma.red
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: msgpack (>=0.5.6)
Requires-Dist: kafka-python (>=1.4.7)

kafka-transport
===============

Install
-------

```
$ pip install kafka-transport
```

Use
---

Package contain `init`, `push`, `subscribe`, `fetch` async functions:

```
async init(kafka_host)
async push(topic, value, key)
async subscribe(topic, callback)
async fetch(to, _from, value)
```


