From f4f40328f40b51fb6e071b4ebc880249e4de526c Mon Sep 17 00:00:00 2001 From: Alex Golshani <4546371+xitonix@users.noreply.github.com> Date: Fri, 10 Jul 2020 19:10:42 +1000 Subject: [PATCH] Added trubka: A CLI tool for Apache Kafka (#3133) Co-authored-by: Alex --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4a43c45..c8287a3d 100644 --- a/README.md +++ b/README.md @@ -2322,6 +2322,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [StatusOK](https://github.com/sanathp/statusok) - Monitor your Website and REST APIs.Get Notified through Slack, E-mail when your server is down or response time is more than expected. * [terraform-provider-openapi](https://github.com/dikhan/terraform-provider-openapi) - Terraform provider plugin that dynamically configures itself at runtime based on an OpenAPI document (formerly known as swagger file) containing the definitions of the APIs exposed. * [traefik](https://github.com/containous/traefik) - Reverse proxy and load balancer with support for multiple backends. +* [trubka](https://github.com/xitonix/trubka) - A CLI tool to manage and troubleshoot Apache Kafka clusters with the ability of generically publishing/consuming protocol buffer and plain text events to/from Kafka. * [uTask](https://github.com/ovh/utask) - Automation engine that models and executes business processes declared in yaml. * [Vegeta](https://github.com/tsenart/vegeta) - HTTP load testing tool and library. It's over 9000! * [webhook](https://github.com/adnanh/webhook) - Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server.