Tagged by CORD Jenkins version-tag job: 7112, for Gerrit patchset: 27651
move the library to ONF

Change-Id: I633991669051555f195b51021fb2ef697c51be39
14 files changed
tree: 8f87e8b2637f1ee6827d7f2179501d9da20dcfa8
  1. .gitignore
  2. .gitreview
  3. LICENSE
  4. MAKEDOC
  5. MANIFEST.in
  6. Makefile
  7. README.md
  8. RUNTESTS
  9. VERSION
  10. docs/
  11. kafka_robot/
  12. requirements.txt
  13. setup.py
  14. tests/
README.md

Robot Framework package for Kafka interface

This package allows receiving messages from a Kafka event stream in Robot Framework.

List of keywords: kafka_robot.KafkaClient. The list of keywords may be extended by request.

This library has a reduced range of functions. Please check if robotframework-kafkalibrary could be an alternative.

Installation:

pip install kafka-robot

How to use kafka-robot in Robot Framework:

Import Library    kafka_robot.KafkaClient    WITH NAME    kafka