Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.18 KB

File metadata and controls

26 lines (20 loc) · 1.18 KB

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