In this demo, communication between orchestrator and other services would be a simple HTTP in a non-blocking asynchronous way to make this stateless.
We can also use Kafka topics for this communication. For that we have to use scatter/gather pattern which is more of a stateful style.
https://www.vinsguru.com/orchestration-saga-pattern-with-spring-boot/