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

Encapsulates what we know about a topic

Link to this section Summary

Link to this section Types

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