Skip to content

Releases: jcustenborder/kafka-connect-redis

0.0.2.17

21 Apr 13:29
a30c1ac
Compare
Choose a tag to compare

Changelog

Unreleased

No issue

Refactored because of deprecation of TopicPartitionCounter. Moved functionality to flush. Fixes #43. (#44)

a30c1ac4df43094 Jeremy Custenborder 2022-04-14 19:57:48

Fix the CVE-2020-8908, by bumping guava (#42)

139ea9f0e95ea6b Deepak Dasarathan 2022-04-14 17:00:25

0.0.2.15

14 Apr 20:00
a30c1ac
Compare
Choose a tag to compare

Changelog

Unreleased

No issue

Refactored because of deprecation of TopicPartitionCounter. Moved functionality to flush. Fixes #43. (#44)

a30c1ac4df43094 Jeremy Custenborder 2022-04-14 19:57:48

Fix the CVE-2020-8908, by bumping guava (#42)

139ea9f0e95ea6b Deepak Dasarathan 2022-04-14 17:00:25

0.0.2.13

07 Jul 15:34
98af161
Compare
Choose a tag to compare

Changelog

Unreleased

GitHub #35 Fixed memory leak issue with RedisClient

Fix memory leak (#35)

98af161269777c4 conwayok 2021-07-07 15:29:29

0.0.2.12: Issue 31 (#33)

24 Mar 21:56
252c416
Compare
Choose a tag to compare

Changelog

Unreleased

GitHub #31 java.lang.ClassCastException: io.netty.channel.epoll.EpollEventLoopGroup cannot be cast to io.netty.channel.EventLoopGroup

Issue 31 (#33)

  • Exclude netty for the netty that is already on the classpath. Fixes #31.

  • Moved to 2.4.0 to build properly on 11.

  • Set javadoc version.

  • Use the connect-maven plugin to filter the assemblies. Disable assembly generation. Update the config to look at the components directory.

  • Revert to 2.2.1-cp1.

252c416ed0531c2 Jeremy Custenborder 2021-03-24 21:53:11

GitHub #33 Issue 31

Issue 31 (#33)

  • Exclude netty for the netty that is already on the classpath. Fixes #31.

  • Moved to 2.4.0 to build properly on 11.

  • Set javadoc version.

  • Use the connect-maven plugin to filter the assemblies. Disable assembly generation. Update the config to look at the components directory.

  • Revert to 2.2.1-cp1.

252c416ed0531c2 Jeremy Custenborder 2021-03-24 21:53:11

0.0.2.11: Issue 18 (#25)

22 Jan 22:07
bf89bbb
Compare
Choose a tag to compare

Changelog

Unreleased

GitHub #1 Initial

Initial (#1)

  • Initial commit.
  • Refactored to allow the same code path to support clustered and non clustered.
  • Added Jenkinsfile
  • Removed class that was not used.
  • Moved to a combined session object.
  • Added more SSL options.
  • Updated README

25513f0e5c532d2 Jeremy Custenborder 2018-03-27 04:10:02

GitHub #10 Fixes for 8,9

Fixes for 8,9 (#10)

  • Added more logging when data does not meet criteria. Added check for an empty key. Fixes #8.
  • Corrected formatting.
  • Check if assignments are empty.
  • If an empty list of records are passed to put(), then no offsets will be written. Fixes #9.

39f996e805aa0e9 Jeremy Custenborder 2019-02-13 17:51:03

GitHub #12 [[ Work in Progress - review, don't commit ]]

[[ Work in Progress - review, don't commit ]] (#12)

  • Test commit - adding iml file to gitignore
    • Updating versions of lettuce and cp-images in docker
    • Renaming IT as ITTest so the tests actually run
    • Adding Test Cases for Configuration Setting Propagation for Redis Connector (one is disabled for now)
  • Changing parent pom version to accommodate connect utils updation, elaborated package-info.java to include missing fields causing failure of all DocumentationTests, and added plugin with preview supportSummary. To be added introduction and documentationWarning fields in package-info.java and BaseDocumentationClass warnings.
  • Renaming RedisSinkTaskITTest back to RedisSinkTaskIT
  • Removing DocumentationWarning

911d43994b055c1 Mayank Dang 2019-09-10 22:03:50

GitHub #14 redis.database has no effect

Added database to the url. Fixes #14. (#15)

f88ef7e5cf90aba Jeremy Custenborder 2019-09-11 21:44:34

GitHub #15 Added database to the url. Fixes #14.

Added database to the url. Fixes #14. (#15)

f88ef7e5cf90aba Jeremy Custenborder 2019-09-11 21:44:34

GitHub #18 Retry connection to redis in case of RedisConnectionException

Issue 18 (#25)

  • Added support to retry connection to Redis when building the initial connection. Added integration tests. Fixes #18.
  • Fixed license headers.

bf89bbb582040af Jeremy Custenborder 2020-01-22 22:04:44

GitHub #2 Connector Hub Support enhancement

Added connector hub. Fixes #2. (#3)

75d7557f481dc81 Jeremy Custenborder 2018-04-03 15:04:01

GitHub #21 CC-6830: Add PA support terms for Redis connector

CC-6830: Add PA support terms for Redis connector (#21)

040421aa48c007c Arjun Satish 2019-11-20 01:07:54

GitHub #25 Issue 18

Issue 18 (#25)

  • Added support to retry connection to Redis when building the initial connection. Added integration tests. Fixes #18.
  • Fixed license headers.

bf89bbb582040af Jeremy Custenborder 2020-01-22 22:04:44

GitHub #3 Added connector hub. Fixes #2.

Added connector hub. Fixes #2. (#3)

75d7557f481dc81 Jeremy Custenborder 2018-04-03 15:04:01

GitHub #4 Kafka-connect-redis

Issue 5 (#7)

  • Revamed to check for string or bytes as the key and value. Added lookup of offset from the destination. Added support for the Confluent hub. Fixes #5. Fixes #4.
  • Updated documentation.
  • Updated documentation.
  • Method changed between versions of guava.

f5cadf6e381c3d8 Jeremy Custenborder 2019-02-12 18:08:49

GitHub #5 Exception thrown when non bytes key or value is received. bug

Issue 5 (#7)

  • Revamed to check for string or bytes as the key and value. Added lookup of offset from the destination. Added support for the Confluent hub. Fixes #5. Fixes #4.
  • Updated documentation.
  • Updated documentation.
  • Method changed between versions of guava.

f5cadf6e381c3d8 Jeremy Custenborder 2019-02-12 18:08:49

GitHub #7 Issue 5

Issue 5 (#7)

  • Revamed to check for string or bytes as the key and value. Added lookup of offset from the destination. Added support for the Confluent hub. Fixes #5. Fixes #4.
  • Updated documentation.
  • Updated documentation.
  • Method changed between versions of guava.

f5cadf6e381c3d8 Jeremy Custenborder 2019-02-12 18:08:49

GitHub #8 Connector fails when a zero byte key is passed. Provide better error message. bug

Fixes for 8,9 (#10)

  • Added more logging when data does not meet criteria. Added check for an empty key. Fixes #8.
  • Corrected formatting.
  • Check if assignments are empty.
  • If an empty list of records are passed to put(), then no offsets will be written. Fixes #9.

39f996e805aa0e9 Jeremy Custenborder 2019-02-13 17:51:03

GitHub #9 Sink Connector does not properly handle put() with empty list. bug

Fixes for 8,9 (#10)

  • Added more logging when data does not meet criteria. Added check for an empty key. Fixes #8.
  • Corrected formatting.
  • Check if assignments are empty.
  • If an empty list of records are passed to put(), then no offsets will be written. Fixes #9.

39f996e805aa0e9 Jeremy Custenborder 2019-02-13 17:51:03

Jira CC-6830

CC-6830: Add PA support terms for Redis connector (#21)

040421aa48c007c Arjun Satish 2019-11-20 01:07:54

0.0.2.10: CC-6830: Add PA support terms for Redis connector (#21)

20 Nov 01:10
Compare
Choose a tag to compare

Changelog

Unreleased

GitHub #1 Initial

Initial (#1)

  • Initial commit.
  • Refactored to allow the same code path to support clustered and non clustered.
  • Added Jenkinsfile
  • Removed class that was not used.
  • Moved to a combined session object.
  • Added more SSL options.
  • Updated README

25513f0e5c532d2 Jeremy Custenborder 2018-03-27 04:10:02

GitHub #10 Fixes for 8,9

Fixes for 8,9 (#10)

  • Added more logging when data does not meet criteria. Added check for an empty key. Fixes #8.
  • Corrected formatting.
  • Check if assignments are empty.
  • If an empty list of records are passed to put(), then no offsets will be written. Fixes #9.

39f996e805aa0e9 Jeremy Custenborder 2019-02-13 17:51:03

GitHub #12 [[ Work in Progress - review, don't commit ]]

[[ Work in Progress - review, don't commit ]] (#12)

  • Test commit - adding iml file to gitignore
    • Updating versions of lettuce and cp-images in docker
    • Renaming IT as ITTest so the tests actually run
    • Adding Test Cases for Configuration Setting Propagation for Redis Connector (one is disabled for now)
  • Changing parent pom version to accommodate connect utils updation, elaborated package-info.java to include missing fields causing failure of all DocumentationTests, and added plugin with preview supportSummary. To be added introduction and documentationWarning fields in package-info.java and BaseDocumentationClass warnings.
  • Renaming RedisSinkTaskITTest back to RedisSinkTaskIT
  • Removing DocumentationWarning

911d43994b055c1 Mayank Dang 2019-09-10 22:03:50

GitHub #14 redis.database has no effect

Added database to the url. Fixes #14. (#15)

f88ef7e5cf90aba Jeremy Custenborder 2019-09-11 21:44:34

GitHub #15 Added database to the url. Fixes #14.

Added database to the url. Fixes #14. (#15)

f88ef7e5cf90aba Jeremy Custenborder 2019-09-11 21:44:34

GitHub #2 Connector Hub Support enhancement

Added connector hub. Fixes #2. (#3)

75d7557f481dc81 Jeremy Custenborder 2018-04-03 15:04:01

GitHub #21 CC-6830: Add PA support terms for Redis connector

CC-6830: Add PA support terms for Redis connector (#21)

040421aa48c007c Arjun Satish 2019-11-20 01:07:54

GitHub #3 Added connector hub. Fixes #2.

Added connector hub. Fixes #2. (#3)

75d7557f481dc81 Jeremy Custenborder 2018-04-03 15:04:01

GitHub #4 Kafka-connect-redis

Issue 5 (#7)

  • Revamed to check for string or bytes as the key and value. Added lookup of offset from the destination. Added support for the Confluent hub. Fixes #5. Fixes #4.
  • Updated documentation.
  • Updated documentation.
  • Method changed between versions of guava.

f5cadf6e381c3d8 Jeremy Custenborder 2019-02-12 18:08:49

GitHub #5 Exception thrown when non bytes key or value is received. bug

Issue 5 (#7)

  • Revamed to check for string or bytes as the key and value. Added lookup of offset from the destination. Added support for the Confluent hub. Fixes #5. Fixes #4.
  • Updated documentation.
  • Updated documentation.
  • Method changed between versions of guava.

f5cadf6e381c3d8 Jeremy Custenborder 2019-02-12 18:08:49

GitHub #7 Issue 5

Issue 5 (#7)

  • Revamed to check for string or bytes as the key and value. Added lookup of offset from the destination. Added support for the Confluent hub. Fixes #5. Fixes #4.
  • Updated documentation.
  • Updated documentation.
  • Method changed between versions of guava.

f5cadf6e381c3d8 Jeremy Custenborder 2019-02-12 18:08:49

GitHub #8 Connector fails when a zero byte key is passed. Provide better error message. bug

Fixes for 8,9 (#10)

  • Added more logging when data does not meet criteria. Added check for an empty key. Fixes #8.
  • Corrected formatting.
  • Check if assignments are empty.
  • If an empty list of records are passed to put(), then no offsets will be written. Fixes #9.

39f996e805aa0e9 Jeremy Custenborder 2019-02-13 17:51:03

GitHub #9 Sink Connector does not properly handle put() with empty list. bug

Fixes for 8,9 (#10)

  • Added more logging when data does not meet criteria. Added check for an empty key. Fixes #8.
  • Corrected formatting.
  • Check if assignments are empty.
  • If an empty list of records are passed to put(), then no offsets will be written. Fixes #9.

39f996e805aa0e9 Jeremy Custenborder 2019-02-13 17:51:03

Jira CC-6830

CC-6830: Add PA support terms for Redis connector (#21)

040421aa48c007c Arjun Satish 2019-11-20 01:07:54

0.0.2.2

03 Apr 15:06
75d7557
Compare
Choose a tag to compare

Unreleased

GitHub #1 Initial

Initial (#1)

  • Initial commit.
  • Refactored to allow the same code path to support clustered and non clustered.
  • Added Jenkinsfile
  • Removed class that was not used.
  • Moved to a combined session object.
  • Added more SSL options.
  • Updated README

25513f0e5c532d2 Jeremy Custenborder 2018-03-27 04:10:02

GitHub #2 Connector Hub Support

Added connector hub. Fixes #2. (#3)

75d7557f481dc81 Jeremy Custenborder 2018-04-03 15:04:01

GitHub #3 Added connector hub. Fixes #2.

Added connector hub. Fixes #2. (#3)

75d7557f481dc81 Jeremy Custenborder 2018-04-03 15:04:01

0.0.2.1: Initial (#1)

27 Mar 04:12
25513f0
Compare
Choose a tag to compare

Unreleased

GitHub #1 Initial

Initial (#1)

  • Initial commit.
  • Refactored to allow the same code path to support clustered and non clustered.
  • Added Jenkinsfile
  • Removed class that was not used.
  • Moved to a combined session object.
  • Added more SSL options.
  • Updated README

25513f0e5c532d2 Jeremy Custenborder 2018-03-27 04:10:02