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
{{ message }}
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.
Copycat allows non-serializable events to (attempt to) be published, which appears to result in the event never being received by the client and the server attempting to resend it over and over.
Possible solution, throw an exception (IllegalArgumentException?) when attempting to publish a non-serializable event. Also update docs to more clearly state that all event types must be serializable (by Java or Catalyst).
The text was updated successfully, but these errors were encountered:
Copycat allows non-serializable events to (attempt to) be published, which appears to result in the event never being received by the client and the server attempting to resend it over and over.
Possible solution, throw an exception (IllegalArgumentException?) when attempting to publish a non-serializable event. Also update docs to more clearly state that all event types must be serializable (by Java or Catalyst).
The text was updated successfully, but these errors were encountered: