plugins.mock_plugin
index
/Users/anthony/Development/opq/mauka/plugins/mock_plugin.py

This module allows us to mock and inject any (topic, message) pair into the Mauka system.

 
Modules
       
config
log
sys
time
zmq

 
Functions
       
main()
Entry point when called as a script.
produce(broker: str, topic: str, message: str = None, message_bytes=None)
Produces a message to the provided broker.
The message can either be a string or bytes, but not both.
:param broker: The URL of the ZMQ message broker.
:param topic: The topic of the message.
:param message:  The message as a string.
:param message_bytes: The message as bytes.

 
Data
        logger = <Logger plugins.mock_plugin (DEBUG)>