Hi all,
I use a Confluent JDBC Source Connector on an Oracle database. The connector runs in an on-prem Confluent platform.
My connector is configured to poll every 5 seconds.
I observed that if the query last more than 10 seconds, it will be considered as failed and the backoff/retry mechanism will start. So, the next poll will no be 5s later but more or less 20s, then 60s, …
My questions :
- I don’t have configured any timeout at 10s. Can you explain which parameter is set at 10s as default to timeout the query ?
- How the backoff mechanism work ? What are the configuration parameters to control it ?
Any help would be appreciate.
Thanks in advance.
Hervé