Closed
Description
DefaultExceptionHandler
treats unhandled consumer exceptions as fatal, that is, closes the channel. I'm not quite sure this is what most people would expect from an exception handler.
Perhaps we should not close the channel, only println the exception.
@dumbbell @videlalvaro what do you think?