All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.
- ability to tail from multiple partitions without setting group_id, using
--partition=all
flag
- Go version upgraded from 1.16 to 1.18
- Snap release for linux
- Windows Scoop Release
- Homebrew release
- Validations for proto specific flags
- close KafkaReader on app termination (#1)
- Examples for kafkatail help command
- consume from all partition when group_id is specified (#2)
- Validation error when whitespace is used instead of
=
in command flags
- Tail from specific datetime for a topic
- Tail from specific partition for a topic
- Tail from a specific offset on a topic partition
- Tail proto messages after decoding from a topic
- version info flag
- Tail plaintext messages from a topic