Releases: Nordstrom/kafka-connect-lambda
Releases · Nordstrom/kafka-connect-lambda
v1.4.0
v1.3.0
v1.2.2
Fixed logging formatter exceptions.
jackson 2.10.0
Excludes all jars already provided by Kafka Connect
v1.2.0
Supports Kafka 2.3.0. Compatible with kafka 2.2.x
v1.1.1
Json payload formatter
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
- update the version in pom.xml
- update config properties
v1.0.3
remove start configuration logging for LambdaSinkConnector
v1.0.2
remove the start configuration logging