How to handling runtime exceptions without lossing listening events retry again.
Hi.... I have developed eventuate project its working fine.. but my intention is listener (consumer) side in case run time exception occurred it will loss event data so.. how to retry consumer listen the event with out loss event data. please tell me the solution...
Thank you.
Hi,
If the event handler throws a RuntimeException event processing stops without acknowledging the event. No events will be lost. You will need to restart the service that failed (perhaps after fixing the problem)
Chris
On Sun, Dec 16, 2018 at 10:59 PM devagoud [email protected] wrote:
Hi.... I have developed eventuate project its working fine.. but my intention is listener (consumer) side in case run time exception occurred it will loss event data so.. how to retry consumer listen the event with out loss event data. please tell me the solution...
Thank you.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cer/event-sourcing-examples/issues/39, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPB2gBpY6BQavG1IrjJjtKxA6Jq8Ab6ks5u50C5gaJpZM4ZVx7q .
-- Learn microservices - http://learn.microservices.io Microservices application platform http://eventuate.io Consulting and training http://chrisrichardson.net