SAP / kafka-connect-sap

Kafka Connect SAP is a set of connectors, using the Apache Kafka Connect framework for reliably connecting Kafka with SAP systems
Apache License 2.0
122 stars 56 forks source link

Source connector has no retries? #142

Open pantaoran opened 1 year ago

pantaoran commented 1 year ago

I see that the sink connector has the max.retries config available. For the source connector however there seems to be no such config. Can the source connector not retry the DB connection when it fails once?

I guess that would be a feature request for me.

The DB that I'm connecting to seems to sometimes be unavailable for a short time, and that makes this source connector fail every time, which means that I need to manually go and start it again. I don't like that.