You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/06/11 00:49:00 UTC

[jira] [Work logged] (GOBBLIN-796) Add support partial updates for flowConfig

     [ https://issues.apache.org/jira/browse/GOBBLIN-796?focusedWorklogId=257306&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-257306 ]

ASF GitHub Bot logged work on GOBBLIN-796:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Jun/19 00:48
            Start Date: 11/Jun/19 00:48
    Worklog Time Spent: 10m 
      Work Description: sv2000 commented on pull request #2663: [GOBBLIN-796] Add support partial updates for flowConfig
URL: https://github.com/apache/incubator-gobblin/pull/2663#discussion_r292242390
 
 

 ##########
 File path: gobblin-restli/gobblin-flow-config-service/gobblin-flow-config-service-client/src/main/java/org/apache/gobblin/service/FlowConfigClient.java
 ##########
 @@ -121,6 +123,25 @@ public void updateFlowConfig(FlowConfig flowConfig)
     response.getResponse();
   }
 
+  /**
+   * Partially update a flow configuration
+   * @param flowId flow ID to update
+   * @param flowConfigPatch {@link PatchRequest} containing changes to the flowConfig
+   * @throws RemoteInvocationException
+   */
+  public void partialUpdateFlowConfig(FlowId flowId, PatchRequest<FlowConfig> flowConfigPatch) throws RemoteInvocationException {
 
 Review comment:
   Why is the partialUpdateFlowConfig() method duplicated in 3 different classes? Maybe move this to a Utils class?
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 257306)
    Time Spent: 1h 20m  (was: 1h 10m)

> Add support partial updates for flowConfig
> ------------------------------------------
>
>                 Key: GOBBLIN-796
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-796
>             Project: Apache Gobblin
>          Issue Type: Improvement
>            Reporter: Jack Moseley
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)