Skip to content

v1.4.3 -api v1.3.3 for db and message

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

What's Changed