Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 617 Bytes

File metadata and controls

12 lines (10 loc) · 617 Bytes

Change Log

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.1.0 (07/24/2020)

  • Add Jedis implementation. Spout defaults to using the Lettuce redis library, but you can configure to use the Jedis library instead via the RedisStreamSpoutConfig.withJedisClientLibrary() method.
  • Bugfix on Spout deploy, consumer thread started during open() lifecycle call instead of activate().
  • Bugfix on Spout restart, resume consuming first from consumers personal pending list.

1.0.0 (07/20/2020)

  • Initial release!