hql0312 commented on PR #3983:
URL: https://github.com/apache/flink-cdc/pull/3983#issuecomment-2811381571

   > > i add a static object to hold the schema
   > 
   > @hql0312 To be honest, I doesn't recommanded that use static object in cdc 
connectot. It will influence between tasks(when in session mode), and also will 
influence multiple slots in same jvm. @leonardBang , CC, WDYT?
   
   @loserwang1024 because source operator, in stream phase, only one task will 
hold the stream split , and the static object Will be dynamically created , 
even the source operator is assigned to other task.


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to