Popularity
5.9
Stable
Activity
0.0
Stable
331
14
18

Description

Trubka is a CLI tool which can be used as a general purpose Swiss Army knife for Apache Kafka. If you are a developer who deals with Kafka in your day to day job, trubka is going to make your life a lot easier. You can use the tool to:

- Manage, query and troubleshoot Kafka clusters. - Consume protocol buffer and plain text messages from Kafka. - Publish protocol buffer and plain text messages to Kafka.

Programming language: Go
License: Apache License 2.0
Tags: Utilities     Productivity     Command Line     Tools     CLI     Kafka     Streaming     Apache Kafka    
Latest version: v3.2.1

trubka alternatives and similar packages

Based on the "Command Line" category.
Alternatively, view trubka alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of trubka or a related project?

Add another 'Command Line' Package

README

GitHub release Build Status Go Report Card Mentioned in Awesome Go

Trubka is a Kafka CLI tool built in Go which gives you everything you need to

  • Manage, query and troubleshoot your Kafka clusters.
  • Consume protocol buffer and plain text messages from Kafka.
  • Publish protocol buffer and plain text messages to Kafka.

Documentation

Acknowledgments

Special thanks to Joshua Humphries for building the fascinating protoreflect package.

I would also like to mention some of the amazing libraries and packages I used for building Trubka: