variable bootstrap_broker_tls {
  description = "Kafka bootstrap broker."
}

variable kafka_topics {
  description = "Comma-separated list of kafka topics."
}

variable kafka_partitions {
  default = 3
  description = "Default number of partitions per topic."
}

variable kafka_replication {
  default = 3
  description = "Default replication factor for a topic."
}
