KafkaEx.New.Topic (kafka_ex v0.12.1) View Source

Encapsulates what we know about a topic

Link to this section Summary

Link to this section Types

Specs

t() :: %KafkaEx.New.Topic{
  is_internal: term(),
  name: term(),
  partition_leaders: term(),
  partitions: term()
}