Skip to content

Releases: jaredpetersen/kafka-connect-redis

1.2.3

16 Mar 04:35
5341700
Compare
Choose a tag to compare

Fixed

  • Fixed a bug with record timestamps for the source connector -- switched from epoch seconds (incorrect) to epoch milliseconds

1.2.2

23 Jul 06:20
69baf71
Compare
Choose a tag to compare

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

17 Jul 09:48
dfc486e
Compare
Choose a tag to compare

Changed

  • Modified Confluent archive to follow new standards
  • Stopped using reactive Lettuce
  • Upgraded various dependencies

1.2.0

14 Feb 06:39
2fd30a0
Compare
Choose a tag to compare

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

11 Dec 08:18
34c64f9
Compare
Choose a tag to compare

Added

  • Parallelization for source connector based on channels/patterns

Removed

  • Default configuration for Kafka topic

1.0.4

29 Nov 10:57
4bae458
Compare
Choose a tag to compare

Added

  • Added support for sinking arbitrary Redis commands, primarily for use with Redis modules

Fixed

  • Fixed linter configuration

1.0.3

21 Nov 09:29
921e36c
Compare
Choose a tag to compare

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

14 Nov 04:48
9d84b44
Compare
Choose a tag to compare

Fixed

  • Fixed POM description to include source capability
  • Minor corrections to the demo documentation

1.0.1

11 Nov 08:33
606c495
Compare
Choose a tag to compare

Added

  • Added quickstart properties for the source connector

Fixed

  • Fixed broken link and missing information in the Confluent Hub package

1.0.0

11 Nov 06:14
d15a276
Compare
Choose a tag to compare

Added

  • Initial release with source and sink connector