Python adapter for Kafka
Project description
python-test-bed-adapter
This is the test-bed adapter for Python: it allows you to easily connect Python services to the Apache Kafka test-bed via Python. Although it is specifically created for connecting to our test-bed, it should work for any Apache Kafka version too.
The implementation is a wrapper around Pykafka and avro-python3 offering support for:
- AVRO schema's and messages: both key's and values should have a schema as explained here.
- Kafka consumer and producer for the test-bed topics.
- Management
- Heartbeat (topic: connect-status-heartbeat), so you know which clients are online. Each time the test-bed-adapter is executed, it starts a heartbeat process to notify the its activity to other clients.
- Configuration (topic: connect-status-configuration), so you can see which topics clients consume and produce.
Installation
You need to install Python 3+.
To install the PYPI package run
pip3 install python-test-bed-adapter
Using the Github repo
If you clone the Github repository, to run the examples you will need to install the dependencies
specified on the file
requirements.txt
For that, run
pip3 install -r requirements.txt
from the project folder.
Examples and usage
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 osint-python-test-bed-adapter-0.0.3.tar.gz
.
File metadata
- Download URL: osint-python-test-bed-adapter-0.0.3.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 655e4ec93d7c4b3125f8500aac2521a1eb9932f1995a05f90fb861cd4ef8f66a |
|
MD5 | 2e6ba19d28e15d559c9c190a60b85276 |
|
BLAKE2b-256 | eb1c2f968776c9adec4610236cdc57b1e05d59db991975226f9cb835d0049d78 |
File details
Details for the file osint_python_test_bed_adapter-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: osint_python_test_bed_adapter-0.0.3-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0280ba6c77e72a4de6521294fa4612c1519919e160b61667eea93fc41bb3b6af |
|
MD5 | d557027300fa10097ead3d8d98d6a13d |
|
BLAKE2b-256 | 60309180495165c55b42b3d3fbe7c1a95a20d5a192081191154b00ad6860eed0 |