You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ***@***.***> 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
<#39>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAPB2gBpY6BQavG1IrjJjtKxA6Jq8Ab6ks5u50C5gaJpZM4ZVx7q>
.
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.
The text was updated successfully, but these errors were encountered: