vaadin / kubernetes-kit

Other
3 stars 3 forks source link

Stop serialization when optimistic attempt fails with NotSerializableException #49

Closed mcollovati closed 1 year ago

mcollovati commented 1 year ago

Currently, when the optimistic attempt fails with NotSerializableException, the error is caught, and the process proceeds with the pessimistic attempt, that however will fail with the exactly same error.

In case of NotSerializableException the process should be stopped immediately.