Hi,
Is there a way to identify/log the events which are not associated with ANY cluster?
We have a distributed setup and as the number of configurations increase, it’s hard to keep track if the configuration is intact (until we find a bug).
i.e simple warn/error log message to identify the below scenarios:
- Event published to AxonEventBus, but no cluster configured for the event (could be incorrect routingKey config)
In case the event reaches the cluster and not listened by any Handler, we can see it in the RabbitMQ console. But the above case doesnt get trapped anywhere.
Thanks,
Jebu.