robotframework exetension lib for test kafka
Project description
robot-kafka-library
robot framework extension test kafka message queue system
https://pypi.org/project/robot-kafka-library/
How to Use
pip install robot-kafka-library
Import into project file : example.robot
Library RobotKafkaLibrary.Producer
Library RobotKafkaLibrary.Consumer
*** Test Cases ***
Test producer topic test publish message1
${RESULT} = Publish {broker-ip}:{port} {topic} {message}
log ${RESULT}
Log to console ${RESULT}
Test consumer topic test subscribe message1
${MSG} = Subscribe {broker-ip}:{port} {topic} {option-timeout}
log ${MSG}
Log to console ${MSG}
Example Result
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robot-kafka-library-0.0.4.tar.gz.
File metadata
- Download URL: robot-kafka-library-0.0.4.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f00b99509cb1c98b705990a4a44bc7d29e8e6d640cd511208b5a4bd801375f6
|
|
| MD5 |
475ee1b2f9cc5570770bddada0e9f482
|
|
| BLAKE2b-256 |
030ea889a04abb0f7c0a4e9d804046c180d7b5b1658dd313f222f3e5ae0a64e2
|
File details
Details for the file robot_kafka_library-0.0.4-py3-none-any.whl.
File metadata
- Download URL: robot_kafka_library-0.0.4-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f55ad0099e56b9931cba2bc7dea8f1f153471f04a25af356761730752b69aea5
|
|
| MD5 |
91e0c5f8a7386c7f3dbbefcd86cc0ae4
|
|
| BLAKE2b-256 |
04d417e09095c8bc21bfa7f27a890beed04304c19a200868a48984584773f8ee
|