kafka-connect-oracle
kafka-connect-oracle copied to clipboard
capturing DDL operations ?
Hi, May i know how difficult or how much effort does it takes to implement DDL operations as well?
Hi, I think it is not so difficult to implement it . After PR merge which is waiting , it can be done. Thanks
Hi, I think it is not so difficult to implement it . After PR merge which is waiting , it can be done. Thanks
Thanks for your response. Also, when can we expect the PR merge to be done?
I have a target to finish it in 2 weeks
Thank you.
Looking forward to the new feature!
I'm really looking forward to this feature being implemented quickly
Come on !!! Come on!!!
Hi, I have merged PR and began to work on DDL implementation. I will update asap. Thanks
Hi,How long will it take.I'm looking forward to it
Yes , i know but because of some unexpected issues took my time to complete DDL support.Also I would like to add this property to my connector . What is your db version ?
thanks, is 11g. Is it related to db version?
Hi, While using connector , do you collect all DMLs in 1 topic or multiple topic for each table ?
hi, I am collecting all the tables into one topic. Is that a problem? thanks!
Hi, Some DDL statements does not include segment_name . Therefore if you configure connector for multiple topics for each table , these DDLs can not be captured for related table topic. This can be problem. But 1 topic configuration , this is not problem . All DDLs goes into 1 topic with other DMLs. Firstly i will update connector for DDL support for 1 topic configuration which is your configuration.
thanks,Can I capture DML based on the timestamp range?For example, I want to capture DML by marking the time of the start and end points.Can this connector be implemented?In the future?
Thank you very much for your help!
Hi, I have updated code with DDL capture support ? Could you please test it ? I have written some explanation on README . Capturing DML statements for time range can be done . In the future it can be taken into to do list. Thanks
Thanks!