Orchestrator authenticates & processes the user data from whom the message is received. The XMessage will then be pushed to the kafka topic, the transformer will listen to this topic to further process it.
- java 11 or above
- docker
- kafka
- postgresql
- redis
- fusion auth
- lombok plugin for IDE
- maven
- build with tests run using command mvn clean install -U
- or build without tests run using command mvn clean install -DskipTests