zipkin-js icon indicating copy to clipboard operation
zipkin-js copied to clipboard

Add error handlers

Open eirslett opened this issue 9 years ago • 1 comments

It should be possible for applications to handle errors in the loggers, by adding e.g.

kafkaLogger.on('error', err => console.error('oops', err));

to the code. That means we need to forward the error events from the underlying implementations.

Another alternative is to let users provide their own scribe client or kafka client etc., and let them add error handling directly on their underlying client.

eirslett avatar Jun 03 '16 14:06 eirslett

This would be a really nice feature.

CalebKing3 avatar Mar 01 '18 20:03 CalebKing3