[HN Gopher] Show HN: I made a TUI for kafka (kaskade)
___________________________________________________________________
Show HN: I made a TUI for kafka (kaskade)
Author : sauljp
Score : 47 points
Date : 2024-07-14 14:14 UTC (8 hours ago)
(HTM) web link (github.com)
(TXT) w3m dump (github.com)
| sauljp wrote:
| Install it:
|
| brew install kaskade
|
| pipx install kaskade
| 1bent wrote:
| In case anyone else didn't know:
|
| https://en.wikipedia.org/wiki/Apache_Kafka
| Huntsecker wrote:
| genuinely surprised that kafka is something unknown, thought it
| had gained ubiquitous status similar to k8s but maybe that's me
| walking into a Baader-Meinhof effect
| cyberpunk wrote:
| Can it rebalance partitions? And delete crap from topics?
|
| Every time we have to call up our ops guys for this; it's like
| "deep breath, first utter some indescribable magic aws iam
| nonsense and somehow get an ephemeral shell on some rando bitnami
| Kafka image's ./kafka-topic shell scripts to work over the next
| few hours" and ultimately succeed but with deep regrets
| rockwotj wrote:
| > delete crap from topics
|
| You have to rewrite the whole topic to do this right? (or do
| some hacks with compaction if you have unique keys)
| bink wrote:
| Or just advance the offsets for that partition beyond the
| problematic data, or adjust retention, or both.
| terminaltrove wrote:
| We featured kaskade on Terminal Trove as tool of the week and
| looks really cool and useful.
|
| https://terminaltrove.com/kaskade/
|
| For those interested, kaskade is made with the Textual TUI
| framework.
|
| https://www.textualize.io/
|
| Thanks for making this sauljp.
| ddoolin wrote:
| Does it support Protobuf deserialization via Schema Registry?
| This is basically where every other tool falls apart. Kafka UI
| just added support very recently but kcat falls apart.
___________________________________________________________________
(page generated 2024-07-14 23:00 UTC)