Kvasir.Event.Meta (kvasir v0.0.7) View Source
Link to this section Summary
Link to this section Types
Specs
t() :: %Kvasir.Event.Meta{
key: term(),
key_type: term(),
meta: map(),
offset: non_neg_integer(),
partition: non_neg_integer(),
source: module(),
sub_key: nil | [atom() | {atom(), term()}],
timestamp: UTCDateTime.t(),
topic: String.t()
}