arjun4084346 commented on PR #3823:
URL: https://github.com/apache/gobblin/pull/3823#issuecomment-1805156417

   One idea to tackle the issue of changing flow spec config without recreating 
a Config object is to have have config (for immutable configs)  and 
extendedProperties(java.util.properties, for the stuff that change) in a 
flowspec.  extendedProperties should not be initially a copy of what is there 
in Config.
   any command to lookup for a config should first search in extendedProperties 
and then in config.


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