No project description provided
Project description
Azure Functions Python Binding for Kafka
This project provides Kafka binding for Azure Functions written in Python that makes it easy to consume Kafka messages from one topic.
Features
- Reading from a Kafka topic
Getting Started
Installation via PyPI
pip install azure-functions-kafka-binding
Installation via Git
git clone https://github.com/Azure/azure-functions-kafka-extension
cd ./bindings_library/python/
python setup.py install
Minimum Requirements
- Python 3.6
- See setup.py for dependencies
Usage
from azure_functions.kafka import KafkaEvent
def kafkaConsume(kevent: KafkaEvent):
print(kevent.get_body().decode('utf-8'))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file azure-functions-kafka-binding-1.0.1.tar.gz
.
File metadata
- Download URL: azure-functions-kafka-binding-1.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 371409202664d0ee40733c673e5fb6bc2c2d46d87e28897fdfb1212a7b027314 |
|
MD5 | c4571752b520bc07e5304f3b84fb270f |
|
BLAKE2b-256 | 223dc1e4e2720873a33acbe8bda2f0e80abaf5ba406836ad5333ab22542bcf25 |
File details
Details for the file azure_functions_kafka_binding-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: azure_functions_kafka_binding-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ee09b055ea75fb0056343b5d8cb4a60b39d2b9a81d462235088a8b3e59d8e61 |
|
MD5 | 02ea1b4bb80f299caad4b36dc23c3491 |
|
BLAKE2b-256 | 119e2e7d817ac54607f97b3bbb37324576291f3500ac34608f25238745ef0c76 |