We're using Apache Kafka and have a lot of manually created topics (with custom topic config). We want to manage our topics like the rest of our infrastructure/configuration as code.
How can we programmatically and declaratively manage our topics? Whats the sane way?