-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to persist event type [{}] with sequence number [{}] for persistenceId #39
Comments
Circuit break opens when |
Do you get an error as stated in the issue title? Is something trying to persist an empty event? Can you log what's being persisted? |
i had the same error, i'm trying to persist an empty event, and Redis delete this key. What could i do to prevent this?? |
I have the same issue. |
@ssong-van Is it fair to assume that this codebase is not actively maintained anymore? |
Hi, unfortunately we are no longer actively maintaining the proejct. |
I will go update the README |
Hi, I've got a persistence failure on one of environments after sometime. The problem there is no indication of cause of a problem. I receive "CircuitBreaker Timeout" as a cause, without nesting exception. How I can log or catch the reason for persistence failure.
The text was updated successfully, but these errors were encountered: