dyp12 commented on issue #9414:
URL: https://github.com/apache/seatunnel/issues/9414#issuecomment-2969721767

   > I am not sure how to implement this logic, because the schema of SeaTunnel 
is determined before the reader starts reading data. Currently, this 
architecture cannot determine the schema when reading data. If we want to 
support this function, our architecture needs to be upgraded to support dynamic 
addition of transforms and sinks.
   
   SchemaChangeEvent can change schema  after the reader starts reading data, 
may be can add a SchemaCreateEvent to add  schema  
   
   when i use SeaTunnel  to read mysql cdc data to kafka, i set mysql cdc 
table-pattern , after the reader starts reading data, and then i  create a new 
table in mysql , the SeaTunnel  can read new table data, but can not send to 
kafka, because of new table schema  not add, so i need to restart SeaTunnel  ,  
inconvenient   @Hisoka-X 
   
   
![Image](https://github.com/user-attachments/assets/bcf6371c-1a6a-4bd3-9326-1b19c7835fc6)


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