Skip to content

Json payload formatter

Compare
Choose a tag to compare
@SgtPepperLHCB SgtPepperLHCB released this 09 Sep 18:34
· 39 commits to master since this release
0ece5c1
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