kafka-connect-oracle icon indicating copy to clipboard operation
kafka-connect-oracle copied to clipboard

capturing DDL operations ?

Open AvinashUrs opened this issue 5 years ago • 18 comments

Hi, May i know how difficult or how much effort does it takes to implement DDL operations as well?

AvinashUrs avatar Feb 10 '20 10:02 AvinashUrs

Hi, I think it is not so difficult to implement it . After PR merge which is waiting , it can be done. Thanks

erdemcer avatar Feb 11 '20 04:02 erdemcer

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?

AvinashUrs avatar Feb 11 '20 07:02 AvinashUrs

I have a target to finish it in 2 weeks

erdemcer avatar Feb 11 '20 08:02 erdemcer

Thank you.

AvinashUrs avatar Feb 17 '20 12:02 AvinashUrs

Looking forward to the new feature!

louisliu318 avatar Feb 19 '20 11:02 louisliu318

I'm really looking forward to this feature being implemented quickly

yongorg avatar Mar 16 '20 08:03 yongorg

Come on !!! Come on!!!

yongorg avatar Mar 16 '20 08:03 yongorg

Hi, I have merged PR and began to work on DDL implementation. I will update asap. Thanks

erdemcer avatar Mar 16 '20 12:03 erdemcer

Hi,How long will it take.I'm looking forward to it

yongorg avatar Apr 03 '20 05:04 yongorg

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 ?

erdemcer avatar Apr 03 '20 13:04 erdemcer

thanks, is 11g. Is it related to db version?

yongorg avatar Apr 07 '20 01:04 yongorg

Hi, While using connector , do you collect all DMLs in 1 topic or multiple topic for each table ?

erdemcer avatar Apr 07 '20 22:04 erdemcer

hi, I am collecting all the tables into one topic. Is that a problem? thanks!

yongorg avatar Apr 08 '20 03:04 yongorg

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.

erdemcer avatar Apr 08 '20 06:04 erdemcer

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?

yongorg avatar Apr 09 '20 07:04 yongorg

Thank you very much for your help!

yongorg avatar Apr 09 '20 07:04 yongorg

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

erdemcer avatar Apr 09 '20 22:04 erdemcer

Thanks!

yongorg avatar Apr 10 '20 02:04 yongorg