View Source Kvasir.Topic (kvasir v0.0.18)

Link to this section Summary

Link to this section Types

@type t() :: %Kvasir.Topic{
  compression: term(),
  compression_opts: term(),
  encryption: term(),
  encryption_opts: term(),
  event_lookup: term(),
  events: term(),
  freeze: term(),
  key: term(),
  module: term(),
  partitions: term(),
  topic: term()
}