s4int / robotframework-KafkaLibrary

Apache License 2.0
12 stars 8 forks source link

Build Status Build Status

Robot Framework KafkaLibrary

Introduction

KafkaLibrary is a Robot Framework library to interface with Apache Kafka.

More information about this library can be found in the Keyword Documentation.

Installation

Using pip

      pip install -U robotframework-kafkalibrary

Manual installation

  1. Make sure you have Robot Framework installed.
  2. Download source distributions (*.tar.gz) for the library and its dependencies:
  3. Extract each source distribution to a temporary location.
  4. Go each created directory from the command line and install each project using:
      python setup.py install