
Still needs some error handling, but the happy path works. Change-Id: I9da6cd0c7a54693389e996a58c8b2f7664ac7b5e Trello: 116
8 lines
187 B
Python
8 lines
187 B
Python
"""Marconi Transport Drivers"""
|
|
|
|
MAX_QUEUE_METADATA_SIZE = 64 * 1024
|
|
"""Maximum metadata size per queue when serialized as JSON"""
|
|
|
|
|
|
from marconi.transport.base import DriverBase # NOQA
|