4

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?

peterevans
  • 34,297
  • 7
  • 84
  • 83
MichaelJ
  • 41
  • 2

1 Answers1

7

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

peterevans
  • 34,297
  • 7
  • 84
  • 83