[
https://issues.apache.org/jira/browse/KAFKA-9522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deblock updated KAFKA-9522:
---------------------------
Description:
The kafka-connect fail if the topic can not be join (permission issue or topic
doesn't exists).
This issue happend using Debezium CDC :
[https://issues.redhat.com/browse/DBZ-1770]
The topic can be choosen using a column on the database. If the topic on a
database contains an issue (permission issue or topic doesn't exists), the
connect stop to work, and new event will not be sent.
The exception is thrown on `WorkerSourceTask` by method
`maybeThrowProducerSendException`. Maybe add a parameter to not fail on
exception.
was:
The kafka-connect fail if the topic can not be join (permission issue or topic
doesn't exists).
This issue happend using Debezium CDC :
[https://issues.redhat.com/browse/DBZ-1770]
The topic can be choosen using a column on the database. If the topic on a
database contains an issue (permission issue or topic doesn't exists), the
connect stop to work, and new event will not be sent.
> kafka-connect failed when the topic can not be accessed
> -------------------------------------------------------
>
> Key: KAFKA-9522
> URL: https://issues.apache.org/jira/browse/KAFKA-9522
> Project: Kafka
> Issue Type: Improvement
> Components: KafkaConnect
> Affects Versions: 2.3.1
> Reporter: Deblock
> Priority: Major
>
> The kafka-connect fail if the topic can not be join (permission issue or
> topic doesn't exists).
>
> This issue happend using Debezium CDC :
> [https://issues.redhat.com/browse/DBZ-1770]
>
> The topic can be choosen using a column on the database. If the topic on a
> database contains an issue (permission issue or topic doesn't exists), the
> connect stop to work, and new event will not be sent.
>
> The exception is thrown on `WorkerSourceTask` by method
> `maybeThrowProducerSendException`. Maybe add a parameter to not fail on
> exception.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)