Magesh kumar Nandakumar created KAFKA-8320:
----------------------------------------------
Summary: Connect Error handling is using the RetriableException
from common package
Key: KAFKA-8320
URL: https://issues.apache.org/jira/browse/KAFKA-8320
Project: Kafka
Issue Type: Bug
Components: KafkaConnect
Affects Versions: 2.0.0
Reporter: Magesh kumar Nandakumar
Assignee: Magesh kumar Nandakumar
When a SourceConnector throws
org.apache.kafka.connect.errors.RetriableException during the poll, connect
runtime is supposed to ignore the error and retry per
[https://cwiki.apache.org/confluence/display/KAFKA/KIP-298%3A+Error+Handling+in+Connect]
. When the conenctors throw the execption its not handled gracefully.
WorkerSourceTask is catching the execption from wrog package
`org.apache.kafka.common.errors`.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)