You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Kashyap Ivaturi (JIRA)" <ji...@apache.org> on 2018/10/22 17:49:00 UTC

[jira] [Created] (KAFKA-7529) Kafka Connect JDBC doesn't push new records to Kafka Topic unless the connector is restarted

Kashyap Ivaturi created KAFKA-7529:
--------------------------------------

             Summary: Kafka Connect JDBC doesn't push new records to Kafka Topic unless the connector is restarted
                 Key: KAFKA-7529
                 URL: https://issues.apache.org/jira/browse/KAFKA-7529
             Project: Kafka
          Issue Type: Task
          Components: KafkaConnect
            Reporter: Kashyap Ivaturi


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?. 

Rgds
Kashyap.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)