a11dev commented on issue #6662:
URL: https://github.com/apache/seatunnel/issues/6662#issuecomment-2074301162

   I would like to share some other information gathered about this topic.
   Comparing other orcle cdc connector ( debezium/confluent ref: 
https://docs.confluent.io/kafka-connectors/oracle-cdc/current/overview.html) . 
As suspected it happen when the redo log is purged from the system. It is 
recommended to implement practices such as maintaining archived log files for a 
period longer than the connector might be deactivated but in my case are purged 
every 30 mins. Debezium is using the strategy to implement a heartbeat in the 
connector by setting heartbeat.interval.ms to a positive value. This helps to 
ensure that the source offsets are advanced regularly, reducing the risk of the 
redo logs being purged before they are consumed by the connector, but still if 
the connector is down no hearthbeat will be generated.   
   
   I hope this could be useful!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to