kafka_ex v0.11.0 KafkaEx.New.Topic View Source

Encapsulates what we know about a topic

Link to this section Summary

Link to this section Types

Link to this type

t()

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