Releases: xitonix/trubka
Releases · xitonix/trubka
v0.0.12
[FIXES]
- Consuming from newest offsets makes graceful shutdown to freeze
v0.0.11
[FIXES]
- Concurrent map access
- Excessive CPU and memory usage
v0.0.9
RLEASE NOTES
- Merged
--tls
and --tls-ca
flags into one
v0.0.8
RELEASE NOTES
- TLS support
- SASL authentication support (PLAIN/SCRAM-SHA-256/SCRAM-SHA-512)
- New verbosity level (-vvvv) to log the underlying Kafka client activities for trouble shooting purposes.
v0.0.7
RELEASE NOTES
- Simplify Trubka to consume from a single topic only
- Change some flags
- Introduced time-based and explicit offset checkpoints
- Include timestamp in the output
v0.0.6
Release Notes
[Features]
- Storing the content of each topic in a separate file.
- Added the functionality of reversing search mode (--reverse)
- Replaced
Badger
with diskv
for offset storage.
[Fixes]
v0.0.5
Release Notes
- mem, cpu, mutex and block profiling modes
- Search query flag
v0.0.4
Release Notes
- Interactive mode
- Version flag (--version)
v0.0.3
Release Notes
- Automatic topic creation flag
- Topic prefix shortcut
- Message prefix shortcut