Skip to content

1.1.0

Compare
Choose a tag to compare
@edenhill edenhill released this 04 Dec 12:23
· 350 commits to master since this release

Enhancements:

  • Can now produce directly from files (one file is one message)
  • Consumes from all partitions if no -p PARTITION is given
  • Much quicker process exits (issue #12)
  • Added tail offset support -o -N: starts consuming from the Nth message from current partition tail.
  • Added -c CNT option to limit number of messages consumed
  • Added -u option to turn on unbuffered I/O (issue #3)
  • Added -K DELIM to print message key
  • Added -O option to print message offset

Fixes:

  • Compilation fixes on various platforms
  • Topic errors were not properly printed (issue #10)