@EventHandler and @SagaEventHandler stopped working after deploying a new version of an application

Hi,

I have some applications in production where I get problems processing event handlers when I update them.

For example, for saga processors and projection processors, where I have @EventHandler’s and @SagaEventHandler’s, they stopped working after deploying some application updates. All the processors are tracking processors, and they back to work just when I delete the token entry from the database.

The applications are running in the Kubernetes (AKS).

Hi Rodrigo,

Do you have any custom configuration code for your Tracking Event Processor groups that your EventHandlers and SagaEventHanders run in?

-Ben