Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 697 Bytes

File metadata and controls

17 lines (9 loc) · 697 Bytes

Event Listener

Deployment

To run SagaWorkflow instances, you need to start the following services and workflow:

Java implementation

  • Run at least one CarRentalService (code) worker (config): ./gradlew event-listener:run-java

Kotlin implementation

  • Run at least one CarRentalService (code) worker (config): ./gradlew event-listener:run-kotlin