How to declaratively manage Kafka topics?

2.3k Views Asked by At

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?

1

There are 1 best solutions below

0
On

Here is a list of tools that might fit what you are looking for. They are all focused around declaratively managing resources, such as topics and ACLs, in Kafka.

Command-line

Terraform