Open ivatka opened 6 years ago
Perhaps enable DEBUG logs to get a more detailed explanation of what the connector is doing. Are you using a recent version of the connector? If not, consider upgrading.
Had a similar issue with Oracle Source in timestamp+incrementing . Restarting the connector added a few records before it paused again. Issue disappeared when we added a new (totally unrelated) connector.
Had a similar issue with Oracle Source in timestamp+incrementing . Restarting the connector added a few records before it paused again. Issue disappeared when we added a new (totally unrelated) connector.
Same hear. Is there any solution?
Here in 2024 with the same question. Will update with a comment for any poor soul that ends up here looking for an answer
same
Hi,
We have a Kafka Connect JDBC Source Connector which keeps polling for new records in a Oracle table every minute and push the new records to Kafka Topic. New records are determined by an incrementing column.
In general everything works well but once in a while we see that even though there were new records with incrementing column those records doesn't get pushed to the Topic. There is no clue of any error in the logs and the connector is in running state. Only after we restart the Connector the new records are pushed to the Topic.
Any idea in what situation can this happen?. Can a temporary DB outage cause this situation?.
Rgds Kashyap.