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.
trubka alternatives and similar packages
Based on the "Command Line" category.
Alternatively, view trubka alternatives based on common mentions on social networks and blogs.
-
Rich Interactive Widgets for Terminal UIs
Terminal UI library with rich, interactive widgets — written in Golang -
survey
DISCONTINUED. A golang library for building interactive and accessible prompts with full support for windows and posix terminals. -
tcell
Tcell is an alternate terminal package, similar in some ways to termbox, but better in others. -
pterm
✨ #PTerm is a modern Go module to easily beautify console output. Featuring charts, progressbars, tables, trees, text input, select menus and much more 🚀 It's completely configurable and 100% cross-platform compatible. -
cointop
DISCONTINUED. A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀 -
The Platinum Searcher
A code search tool similar to ack and the_silver_searcher(ag). It supports multi platforms and multi encodings. -
asciigraph
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. -
CLI Color
🎨 Terminal color rendering library, support 8/16 colors, 256 colors, RGB color rendering output, support Print/Sprintf methods, compatible with Windows. GO CLI 控制台颜色渲染工具库,支持16色,256色,RGB色彩渲染输出,使用类似于 Print/Sprintf,兼容并支持 Windows 环境的色彩渲染 -
go-size-analyzer
A tool for analyzing the size of compiled Go binaries, offering cross-platform support, detailed breakdowns, and multiple output formats.
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of trubka or a related project?
Popular Comparisons
README
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:
sarama by the Shopify team
go-pretty by Naveen Mahalingam
diskv by Peter Bourgon
gofakeit by Brian Voelker
go-humanize by Dustin Sallings
confdir by Noah Petherbridge
go-homedir by Mitchell Hashimoto