Записи за August, 2020
Kafka-Ops: yet another CLI utility to automate Kafka cluster management
Wednesday, August 12th, 2020
This is just an introduction of my CLI tool for idempotent management of Kafka cluster objects (topics and ACLs for now). It is already adopted by our CI/CD pipelines for preparing dedicated or multi-tenant Kafka clusters during deployment of the microservices that act as producers. So we've got rid of any manual management of Kafka topics and ACLs.
The utility is called Kafka-Ops and its source code and releases are available at https://github.com/agapoff/kafka-ops
All the needed documentation is provided in README so I won't post it here. Please refer to Github, use, feedback, contribute.
Метки: Go, Kafka
Категория: Linux | Нет комментариев »