Releases: cswank/kcli
Releases · cswank/kcli
1.8.3
Remove example dependencies
1.8.2 remove dependencies from examples
Don't allow jumps past the length of a message
v1.8.1 don't allow message jump that is > len(body)
Search and jump is supported on long messages
1.8.0 Added search and jump to multi-line messages
Fix search on a topic with lots of partitions
Search would hang when there is a large number of partitions.
Use decoder when printing
1.7.1 use decoder for print (C-p)
Custom Decoder
You can now provide a custom decoder in the form of a plugin to read kafka messages that are not plain text. See https://github.com/cswank/kcli#custom-decoder.
TLS Support
If you set these vars:
export KCLI_CERT_FILE=""
export KCLI_KEY_FILE=""
export KCLI_CA_CERT_FILE=""
You should be able to connect to a kafka cluster with TLS authentication. NOTE: I don't have a proper kafka cluster I can use to test this.
Enter directly to topic/partition/message bug fix
fixed bug in entering directly into message when the message isn't on the first page
Jump directly to topic/partition/offset
With the new --topic, --partition, and --offset flags you can jump directly to where you want to go without navigating.