Spring boot app failed to receive Axon events in EventHandler methods

Hi Ed,

Indeed, the log file does not contain any indication of the “disappearance” of events. The description of your issue has many similarities with my concern, with the only difference that in the log, I have this information which explains why my services do not receive events, but I cannot solve this problem

2023-01-20 12:16:22.929 DEBUG 871 --- [grpc-executor-2] i.a.a.l.TrackingEventProcessorManager    : default: Blacklisting: type: "io.shine.coreapi.messaging.tenant.TenantRegisteredEvent"
 for 
2023-01-20 12:16:23.118 DEBUG 871 --- [grpc-executor-4] i.a.a.l.TrackingEventProcessorManager    : default: Blacklisting: type: "io.shine.coreapi.messaging.tenant.TenantRegisteredEvent"
 for 
2023-01-20 12:16:23.268 DEBUG 871 --- [grpc-executor-4] i.a.a.l.TrackingEventProcessorManager    : default: Blacklisting: type: "io.shine.coreapi.messaging.tenant.TenantRegisteredEvent"
 for 
2023-01-20 12:16:23.269 DEBUG 871 --- [grpc-executor-4] i.a.a.l.TrackingEventProcessorManager    : default: Blacklisting: type: "io.shine.coreapi.messaging.tenant.TenantRegisteredEvent"
 for 
2023-01-20 12:16:23.117 DEBUG 871 --- [grpc-executor-1] i.a.a.l.TrackingEventProcessorManager    : default: Blacklisting: type: "io.shine.coreapi.messaging.tenant.TenantRegisteredEvent"
 for 
2023-01-20 12:16:23.270 DEBUG 871 --- [grpc-executor-1] i.a.a.l.TrackingEventProcessorManager    : default: Blacklisting: type: "io.shine.coreapi.messaging.tenant.TenantRegisteredEvent"
 for 
2023-01-20 12:16:23.271 DEBUG 871 --- [grpc-executor-1] i.a.a.l.TrackingEventProcessorManager    : default: Blacklisting: type: "io.shine.coreapi.messaging.tenant.TenantRegisteredEvent"
 for 

I thought this could have been the issue encountered on your side too, so we could join forces to tackle it.

Arnaud