Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 837 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 837 Bytes

Maven Build Docker Build

Overview

Inbound receives the messages from a channel, and uses the channel adapter to convert it to XMessage format. Once the message is converted, it will be pushed to the kafka topic, the orchestrator will listen to this topic to further process it.

Getting Started

Prerequisites

  • java 11 or above
  • docker
  • kafka
  • postgresql
  • redis
  • fusion auth
  • lombok plugin for IDE
  • maven

Build

  • build with tests run using command mvn clean install -U
  • or build without tests run using command mvn clean install -DskipTests

Detailed Documentation

Click here