Skip to content

Releases: SourceLabOrg/RedisStreams-StormSpout

v1.1.0 Feature and Bugfix Release

24 Jul 01:23
dc5e997
Compare
Choose a tag to compare

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.

v1.0.0 Initial Release

20 Jul 08:52
ba98ff3
Compare
Choose a tag to compare

1.0.0 (07/20/2020)

  • Initial release!