Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

        ProductionExceptionHandlerResponse handleSerializationException(ProducerRecord record, Exception exception); 

The above interface method will have a default implementation which returns ProductionExceptionHandlerResponse.FAIL

 Proposed Changes

This implementation will override the new method, handleSerializationException, in the following class:

  • AlwaysProductionExceptionHandler AlwaysContinueProductionExceptionHandler and returns response as CONTINUE

...