Skip to content

Introduce forgiving version of DefaultExceptionHandler (w.r.t. channel closure) #68

Closed
@michaelklishin

Description

@michaelklishin

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?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions