KafkaLibrary is a Robot Framework library to interface with Apache Kafka.
More information about this library can be found in the Keyword Documentation.
pip install -U robotframework-kafkalibrary
- Make sure you have Robot Framework installed.
- Download source distributions (
*.tar.gz
) for the library and its dependencies: - Extract each source distribution to a temporary location.
- Go each created directory from the command line and install each project using:
python setup.py install