include/lightspeed@pipeline@connector_QueueSource.hrl

-record(queue_source, {
    name :: binary(),
    topic :: binary(),
    prefetch :: integer()
}).