Swarvanu Sengupta

Results 25 issues of Swarvanu Sengupta

This PR adds [FaaSFlow](https://github.com/s8sg/faas-flow) as a Workflow engine, primarily focused on [OpenFaaS](https://github.com/openfaas/faas) FaaSFlow comes with a completely decoupled [SDK](https://github.com/faasflow/sdk) which allows to build complex workflow as a DAG in Golang....

Update pom.xml: The Artifact version has been changed to 0.2.0-incubating from 0.2.0-incubating-SNAPSHOT Artifacts Source: https://mvnrepository.com/artifact/org.apache.beam

I'm trying to handle a requirement where a consumer can get killed. And when it comes back it should retry to task it was performing. I have 2 push queue...

All call to function and for next node execution are submitted via Gateway. In the current code * A http client was being created for each incoming message in the...

enhancement
faas-flow-template

Retry an operation if failed or timeout happen. If configured, when a operation fails the it will be retried, for n time. Where n is less than retry count.

enhancement
SDK
high-priority

This issue is related with https://github.com/s8sg/faas-flow-tower/issues/9 We need to add the dynamic option into node traces to have unique traces for all foreach branches

enhancement
faas-flow-template

New feature. Like we are performing the Callback, we will add a feature to perform HTTP request. In case of callback the response is omitted. HTTP request construct will allow...

enhancement
faas-flow-template

The main idea here is to make use of AWS State Language to define pipelines

Currently Flow and Workload are tightly coupled as workload are defined inside of a flow definition This has a few drawbacks 1. You can't scale only a specific workload 2....

enhancement
experimental
HighPriority