Hi,
I have a use case of bringing real-time updates made in Tigergraph schema through CDC process and making relevant changes.
After going through the documentation, I could not figure out if edge-type operations like insertion, updation or deletion are passed as CDC messages.
Also, in case of vertex-type, only deletion allow generation of CDC message.
Is there any alternative way to implement the capturing of schema updates in real-time?