[
https://issues.apache.org/jira/browse/GOBBLIN-1724?focusedWorklogId=818960&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-818960
]
ASF GitHub Bot logged work on GOBBLIN-1724:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 20/Oct/22 23:01
Start Date: 20/Oct/22 23:01
Worklog Time Spent: 10m
Work Description: Will-Lo merged PR #3583:
URL: https://github.com/apache/gobblin/pull/3583
Issue Time Tracking
-------------------
Worklog Id: (was: 818960)
Time Spent: 1h 40m (was: 1.5h)
> Support a flowgraph layout for shared node configurations
> ---------------------------------------------------------
>
> Key: GOBBLIN-1724
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1724
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: William Lo
> Priority: Major
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> Currently the GaaS Flowgraph assumes that there will be one separate
> flowgraph for each configured use case, but this adds for a large amount of
> duplication when supporting multiple flowgraphs.
> We should support a layout where there can be a directory for shared nodes
> between each flowgraph, and each flowgraph can overwrite properties for these
> nodes if needed.
> e.g.
> {code:java}
> /flowgraph
> ../nodeA
> ..../nodeB
> ......edgeAB.properties
> ../nodeB
> ....nodeB.properties
> /nodes
> ..nodeA.properties
> ..nodeB.properties{code}
> Where nodeA will use the shared properties, and nodeB will use the union of
> the properties in /flowgraph and the shared properties.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)