Skip to content

0.1.6

Latest
Compare
Choose a tag to compare
@yazgoo yazgoo released this 26 Aug 11:38

This new release mainly contains bugfixes for 0.1.5.

Changelog

  • in case of error in inotify_read, do not stop reading
  • adding debug tracing via --debug flag (see README.md / Logging)
  • adding log file support via --log argument (see README.md / Logging)
  • adding event_queue: when output is not ready yet, up to 10000 events will be queued and get dequeued when it is ready (see README.md / Queue)
  • updating logstash kafka input plugin so that default zk.connect is localhost
  • re-adding rd_kafka_poll which was missing (so after a while writing to kafka stopped)
  • events timestamps get more precise (from second to millisecond)
  • adding --version flag (see README.md / Version) which can now contain commit id