fgsl / mock-consumer

A mock data queue consumer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mock-consumer

Requirements:

  • Python 3

Installation:

  • create a virtualenv and active it

  • run pip install -r requirements.txt

Description

This program reads a queue and pretends to send the data to a log server.

This program was made to be used with mock-producer.

This program was made to run inside a Kubernetes pod, but it can be used in a real machine because is a simulated component.

MacOS

If you find issues in a MacOS environment, try to use mock-consumer.py inside of macos folder. Please, report any issue with details.

About

A mock data queue consumer

License:GNU Lesser General Public License v2.1


Languages

Language:Python 100.0%