Skip to content

March 2022 release - 1.6.3

Latest
Compare
Choose a tag to compare
@elans3 elans3 released this 29 Mar 05:37
· 10 commits to master since this release
  • Create variable via Excel expression
  • Kafka Message validation
    • Support configurable JSON messageType
      Just simplify build the JSON messagetype via json-messagetype.properties
      - Add entry <EventName>=<JsonPath>,<JsonPath>
    • Support configurable ProtoBuf messagetype
      Just simplify build the protobuf messagetype via protobuff-messagetype.properties
      - Add entry <EventName>=<PROTOBUFF MESSAGE CLASS with Qualified Name>;<JsonPath>,<JsonPath>
  • Json Schema validation added

What's Changed