I am experimenting with Axon Framework for 2years now, by applying knowledge gained through your multiple webinars and blog posts. I’ve designed a Micro-services platform and event deployed it on the cloud to evaluate a Saas product I want to deliver.
For a few weeks, I have noticed that some events are being blacklisted (for instance the event triggered to create a new user account in the system), till now all my investigation did not take me to the core source of this issue. I have sourced a set of early adopters and that feature has been used more than 100 times without a problem.
My system is built on top of Axon Server (CE) 4.5.10, and version 4.4.8 of the Framework. Spring boot version 2.4.2 is the one used here
I have tried to disable the event black listing as per the doc without success: the event handlers still not receiving any event and the server log file shows the same messages. Does anyone have a clue to suggest to me?