newrelic / kafka-connect-newrelic

Apache License 2.0
5 stars 17 forks source link

Event Sink Connector does not handle some errors properly #9

Closed thtmnisamnstr closed 3 years ago

thtmnisamnstr commented 3 years ago

Event Sink Connector does not handle some errors properly.

Description

There is no implementation of ConnectException in the codebase.
See New Relic Events Sink Connector 1.0 - Verification Checklist.pdf, Section 3.1

Steps to Reproduce

See New Relic Events Sink Connector 1.0 - Verification Checklist.pdf, Section 3.1

Expected Behaviour

For ConnectException errors to be handled gracefully.