This repository was archived by the owner on Dec 19, 2017. It is now read-only.
This repository was archived by the owner on Dec 19, 2017. It is now read-only.
Better error reporting when attempting to publish a non-serializable event #272
Open
Description
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).