You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "Hisoka-X (via GitHub)" <gi...@apache.org> on 2023/04/17 02:40:34 UTC

[GitHub] [incubator-seatunnel] Hisoka-X commented on issue #4587: [Feature][Core] Design of Dirty Data Collection

Hisoka-X commented on issue #4587:
URL: https://github.com/apache/incubator-seatunnel/issues/4587#issuecomment-1510607666

   > so it is necessary to make Config support serialization to ensure that it is not lost during transmission.
   
   Why not use `ReadonlyConfig`? I think we would remove use config in connector layer in the future.
   
   > Before instantiating the Sink, merge the plugin configuration for all Sinks, and merge the dirty data collector configuration information from the env section into the plugin configuration.
   
    I think sink should not care about dirty data collector config. Why not just use env config to create `DirtyRecordCollector ` then put it into `context`? And Any dirty data collector config should be handle in `DirtyRecordCollector `.


-- 
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: commits-unsubscribe@seatunnel.apache.org

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