Skip to main content

Crate cellos_sink_jsonl

Crate cellos_sink_jsonl 

Source
Expand description

Append CloudEventV1 as one JSON object per line.

Structs§

JsonlEventSink
Lazily opens the file on first EventSink::emit.

Constants§

MAX_EVENT_BYTES
Maximum serialized size, in bytes, accepted by JsonlEventSink::emit.