Skip to content

Releases: Nordstrom/kafka-connect-lambda

v1.3.0

27 Jan 19:24
df28dee
Compare
Choose a tag to compare

Supports Kafka Connect 2.8.1

v1.2.2

06 Feb 19:30
ce973da
Compare
Choose a tag to compare

Fixed logging formatter exceptions.

jackson 2.10.0

06 Nov 21:17
34639bb
Compare
Choose a tag to compare

Excludes all jars already provided by Kafka Connect

v1.2.0

17 Oct 15:35
6f616ce
Compare
Choose a tag to compare

Supports Kafka 2.3.0. Compatible with kafka 2.2.x

v1.1.1

23 Sep 19:17
Compare
Choose a tag to compare

Honor aws.region configuration property.

Json payload formatter

09 Sep 18:34
0ece5c1
Compare
Choose a tag to compare
Added a JSON payload formatter (#22)

* Initial working version of JsonPayloadFormatter and unit tests

* make JsonPayloadFormatter Configurable

* Add key/value schema visibility control

* Use logging for formatter test output; configure with src/test/resources/simplelogger.properties

* Fix schema visibility

* Java import clean-up

* Test lambda function dumps event as json

* Add JsonPayloadFormatter description to README

* Restored connect node

* Use enum for visibility; updates from review comments

* Use overloaded methods

* Add support for batch in JsonPayloadFormatter

* Clean up Invocation payloads section

* Add integer, long, boolean key tests; remove some constants in tests as it actually made the code less understandable

* Cleaned up example avro schema

* Remove testing artifact names from example

* v1.0.0

v1.0.4

06 Aug 00:40
1f773cf
Compare
Choose a tag to compare
  • update the version in pom.xml
  • update config properties

v1.0.3

31 Jul 00:01
a5bcf0b
Compare
Choose a tag to compare

remove start configuration logging for LambdaSinkConnector

v1.0.2

30 Jul 22:54
7dad8d9
Compare
Choose a tag to compare

remove the start configuration logging

v1.0.1

26 Jul 22:10
deccf78
Compare
Choose a tag to compare

Maven templating plugin to properly interpolate project.version