Event-Driven Microservices With Orkes Conductor

Event-Driven Microservices With Orkes Conductor

In this tutorial, we’ll explore how to build event-driven microservices using the Orkes Conductor and Spring. We’ll use Conductor to orchestrate microservices using HTTP endpoints and service workers.

[…]

Orkes Conductor can be configured in various ways. First, we can set it up locally using Docker, or alternatively, we can utilize the free developer sandbox Playground.

[…]

First, let’s ensure that Docker is installed on the device.

Then, we employ the following Docker command to initiate the server on port 9090 and the UI on port 1234:

[…]