Releases: jaredpetersen/kafka-connect-redis
Releases · jaredpetersen/kafka-connect-redis
1.2.3
1.2.2
Changed
- Use capitalization in log messages
Fixed
- Fixed an issue with logging the number of records the source connector produced
- Fixed how the source connector handles Redis cluster topology changes in order to better support keyspace notifications
1.2.1
Changed
- Modified Confluent archive to follow new standards
- Stopped using reactive Lettuce
- Upgraded various dependencies
1.2.0
Added
- Handle Redis cluster topology changes on the fly
Changed
- Upgraded various dependencies
- Upgraded demo to use Confluent Platform 6.1.0
- Integration testing improvements
1.1.0
Added
- Parallelization for source connector based on channels/patterns
Removed
- Default configuration for Kafka topic
1.0.4
Added
- Added support for sinking arbitrary Redis commands, primarily for use with Redis modules
Fixed
- Fixed linter configuration
1.0.3
Added
- Added support for Redis EXPIRE commands
- Added support for Redis EXPIREAT commands
- Added support for Redis PEXPIRE commands
Changed
- Improved source connector partitioning documentation
Fixed
- Source connector no longer logs every Redis message at an INFO level
- Added missing configuration property
topic
to the source connector documentation
1.0.2
Fixed
- Fixed POM description to include source capability
- Minor corrections to the demo documentation
1.0.1
Added
- Added quickstart properties for the source connector
Fixed
- Fixed broken link and missing information in the Confluent Hub package
1.0.0
Added
- Initial release with source and sink connector