24 receive_with_context_async
25 from prettytable
import PrettyTable
27 LOG = logging.getLogger(__name__)
31 table = PrettyTable([
'Topology',
'Component',
'Task ID'])
32 for record
in records:
33 data = json.loads(record.value)
34 payload = data[
'payload']
35 LOG.debug(pprint.pformat(data))
37 [payload[
'topology'], payload[
'component'], payload[
'task_id']])
41 @click.command(name=
'list')
45 LOG.debug(
'command = {}'.
format(message.serialize()))
def send_with_context(context, message)
def receive_with_context_async(context, expected_count=None)
def create_list(correlation_id)