[
https://issues.apache.org/jira/browse/GOBBLIN-1527?focusedWorklogId=646492&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-646492
]
ASF GitHub Bot logged work on GOBBLIN-1527:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 03/Sep/21 22:06
Start Date: 03/Sep/21 22:06
Worklog Time Spent: 10m
Work Description: aplex commented on a change in pull request #3382:
URL: https://github.com/apache/gobblin/pull/3382#discussion_r702172501
##########
File path:
gobblin-restli/gobblin-flow-config-service/gobblin-flow-config-service-server/src/main/java/org/apache/gobblin/service/FlowExecutionResourceHandler.java
##########
@@ -36,6 +36,14 @@
*/
public List<FlowExecution> getLatestFlowExecution(PagingContext context,
FlowId flowId, Integer count, String tag, String executionStatus);
+ /**
+ * Get latest {@link FlowExecution} for every flow in `flowGroup`
+ *
+ * NOTE: `executionStatus` param not provided yet, without justifying use
case, due to complexity of interaction with `count`
+ * and resulting efficiency concern of performing across many flows sharing
the single named group.
+ */
+ public List<FlowExecution> getLatestFlowGroupExecutions(PagingContext
context, String flowGroup, Integer count, String tag);
Review comment:
PagingContext already have a count and starting number. Can we use that
instead of having an additional count?
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 646492)
Time Spent: 1h (was: 50m)
> Extend REST `flowexecutions` endpoint with finder `latestFlowGroupExecutions`
> -----------------------------------------------------------------------------
>
> Key: GOBBLIN-1527
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1527
> Project: Apache Gobblin
> Issue Type: Improvement
> Components: gobblin-restli
> Reporter: Kip Kohn
> Assignee: Hung Tran
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Finder returns latest execution(s) for every flow within the identified flow
> group.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)