I can't deploy any sources at all. The logs of the eventbus contoller, and the 3 eventbusses do not indicate in any way that they are not ready. Here's an exerpt from the eventsource controller after ...
private SSEHandler sseHandler = new SSEHandler(); private void startEventSource() { eventSource = new EventSource.Builder(eventUrl) .eventHandler(sseHandler) .headers ...