The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- 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 ofactivate(). - Bugfix on Spout restart, resume consuming first from consumers personal pending list.
- Initial release!