VinaySagarGonabavi commented on PR #4280:
URL: https://github.com/apache/flink-cdc/pull/4280#issuecomment-3994936435

   > Hi @VinaySagarGonabavi, thanks for your contribution. Actually Transform 
operator used to be stateful until #4056. The idea is transform rules itself is 
deterministic and making it a pure mapping node makes more sense.
   > 
   > As for the problem mentioned above, Transform operator should emit 
`CreateTableEvent` with newly transformed schema after restarting from 
checkpoint. Should the `SchemaOperator` and `SchemaCoordinator` (they're 
stateful) take the responsibility of handling these changes and emit correct 
schema change events to downstream?
   
   @yuxiqian  Thanks for looking into the PR, and explaining the design 
direction. I agree with the approach suggested. There is a follow up PR (v2) 
with handling in `SchemaCoordinator` and `SchemaOperator` 
https://github.com/apache/flink-cdc/pull/4299 . Please take a look and provide 
your review when you get a chance


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