Details
Description
Currently, when a MessageHandler (for any of the Kafka Receiver implementations) encounters an error handling a message, the error is only logged with:
case e: Exception => logError("Error handling message", e)
It would be incredibly useful to be able to notify any registered StreamingListener of this receiver error (especially since this try...catch block masks more fatal Kafka connection exceptions).
Attachments
Attachments
Issue Links
- links to