Skip to content

v1.1.0 Feature and Bugfix Release

Latest
Compare
Choose a tag to compare
@Crim Crim released this 24 Jul 01:23
dc5e997

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.