GitHub user rmatharu opened a pull request:
https://github.com/apache/samza/pull/609
SAMZA-1733: Bugfix: Moving to use string for type info, to avoid
ClassNotFound on deserial
Exception type was serialized as a Class. However in case of Exceptions
defined in non-samza-related or user-defined libs, the ExceptionEvent fails to
be serialized.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmatharu/samza stringclasstype
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/609.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #609
----
commit 2952a41d63f714270f9fb922cc8c621613dbaca7
Author: [email protected] <rmatharu@...>
Date: 2018-08-16T00:15:58Z
Moving to use string for type info, to avoid ClassNotFound on deserial
----
---