Open Kilda Java Documentation
messaging.py File Reference

Go to the source code of this file.

Classes

class  kilda.probe.messaging.ExitFromLoop
 

Namespaces

 kilda.probe.messaging
 

Functions

def kilda.probe.messaging.send_with_context (context, message)
 
def kilda.probe.messaging.send (bootstrap_servers, topic, message)
 
def kilda.probe.messaging.receive_with_context_async (context, expected_count=None)
 
def kilda.probe.messaging.receive_with_context (context, callback, offset=None)
 
def kilda.probe.messaging.receive (bootstrap_servers, topic, callback, offset)
 
def kilda.probe.messaging.get_last_offset_with_context (context)
 
def kilda.probe.messaging.progress ()
 

Variables

 kilda.probe.messaging.LOG = logging.getLogger(__name__)