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
Close
Hashes for azure-functions-kafka-binding-1.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 371409202664d0ee40733c673e5fb6bc2c2d46d87e28897fdfb1212a7b027314 |
|
MD5 | c4571752b520bc07e5304f3b84fb270f |
|
BLAKE2b-256 | 223dc1e4e2720873a33acbe8bda2f0e80abaf5ba406836ad5333ab22542bcf25 |
Close
Hashes for azure_functions_kafka_binding-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ee09b055ea75fb0056343b5d8cb4a60b39d2b9a81d462235088a8b3e59d8e61 |
|
MD5 | 02ea1b4bb80f299caad4b36dc23c3491 |
|
BLAKE2b-256 | 119e2e7d817ac54607f97b3bbb37324576291f3500ac34608f25238745ef0c76 |