Skip to content

Releases: xitonix/trubka

v0.0.12

16 Aug 05:23
Compare
Choose a tag to compare

[FIXES]

  • Consuming from newest offsets makes graceful shutdown to freeze

v0.0.11

16 Aug 03:51
Compare
Choose a tag to compare

[FIXES]

  • Concurrent map access
  • Excessive CPU and memory usage

v0.0.10

12 Aug 23:49
Compare
Choose a tag to compare

FIXES

  • TLS connection fix

v0.0.9

12 Aug 23:00
Compare
Choose a tag to compare

RLEASE NOTES

  • Merged --tls and --tls-ca flags into one

v0.0.8

06 Aug 07:49
Compare
Choose a tag to compare

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

05 Aug 05:40
Compare
Choose a tag to compare

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

01 Aug 05:07
Compare
Choose a tag to compare

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]

  • Temporary workaround for jhump/protoreflect#254 to fix the issue of parsing protocol buffer files on Windows.

v0.0.5

29 Jul 00:29
Compare
Choose a tag to compare

Release Notes

  • mem, cpu, mutex and block profiling modes
  • Search query flag

v0.0.4

26 Jul 00:26
Compare
Choose a tag to compare

Release Notes

  • Interactive mode
  • Version flag (--version)

v0.0.3

24 Jul 00:01
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Release Notes

  • Automatic topic creation flag
  • Topic prefix shortcut
  • Message prefix shortcut