I am looking how is it possible with Spring Boot and Reactor to have multiple applications (each one running on its own Spring Boot container) that use one common/shared EventBus running in a stand-alone container. It is a Microservice environment with multiple applications, each of one specialized, and which should be called in a chain of events.
Is it possible?
This is the diagram representing the scenario:
Thank you in advance.