Skip to content

snoopy

Compare
Choose a tag to compare
@blt blt released this 10 Jan 21:36
· 80 commits to master since this release

This release introduces @pulltab's at-least-once updates, meaning that cernan is now able to shut itself down safely when you send it SIGINT or SIGTERM. A handful of experimental sinks and sources have also been added, documentation to appear in the wiki. This commit integrates mio at a deep level into cernan, reducing the total number of OS threads that cernan requires in the common case.

  • 6313149 :: Introduce graceful shutdown
  • a4da52d :: At Least Once Delivery on Graceful Shutdown
  • 3d4c680 :: Correct statsd mapping crash
  • 9629b09 :: Introduction of avro source
  • 3bcd14b :: Introduce Kinesis Sink, Improve Sink Interface
  • 2dc08c4 :: Introduce Event::Raw for kinesis, else
  • 2ef4c4a :: Adds Sync Publication to Avro Source
  • 45e219e :: File Source now tracks truncated files well