Radcliffe
all:
- #52
⚠️ adds pretty printing to all output by default, if stdout is a TTY. When stdout is redirected, lines are output is printed one unit per line to facilitate piping into other commands. e.g.kt consume -topic test | kt produce -topic test2
still works. To prevent pretty printing anyway, you can pass-pretty=false
to any command. - #55 consistent interrupt behavior across commands. only the produce command cleans up after itself on SIGINT or SIGKILL.
- #57 updates Shopify/sarama to v1.12.0
- #63 defaults to v0.10.0.0 - fixes client.GetOffset incompatibilities
- #64 fixes build issue on windows - thanks @mkokho !
consume:
- #59 fixes nil pointer dereference and reads from consumer's err chan
group:
- #48 allows resetting all partitions - thanks @disq !
- #56 improved help message on supported versions, also cf #63
- #62 improved group offset and lag results
- allows resetting offsets to 0.
- resolves newest / oldest offset before resetting to fix a specific offset.
- resolve partitions only once per topic.
- saves roundtrip to brokers to find all brokers.
topic: