Swarvanu Sengupta

Results 26 comments of Swarvanu Sengupta

Hi @ecesena The WordCount example is working fine with the Above changes. i.e removing `.withValidation()` But in StreamWordCount its getting the below Exception: ``` go Caused by: java.lang.IllegalStateException: Unable to...

Hi @kwojcicki, thank you for creating the issue. It does make a lot of sense to have a batch management system that utilizes OpenFaaS. I'm not entirely convinced that OpenFaaS...

@kwojcicki Few questions #### status viewing: 1. currently for each request Faas-flow executor generate a `ReqId` for the whole flow. Can the same be used for `flow-batch-id`? 2. `Functions can...

Great inputs. Let's have a separate issue for each of the items. And I'm not very experienced in UI, so PR's will be great For queuing let's assume each Job...

@kwojcicki I'm Considering to have a separate template as `faasflow-of-batch` or similar. Which will provide the default `StateStore` and `DataStore` making it much easier to get started with. As the...

That is something we wanted to do in [Faas-flow-tower](https://github.com/s8sg/faas-flow-tower)

Great if you can propose something

@dimgiagos44 Can you explain more on what do you mean by `sync-calls` ?

@vtolstov do you think its good have it integrated within the executor. Then the changes will be in `sdk` and applicable for all operation. Alternatively we may let user handle...

I’m really busy. I’ll do that as soon as I manage some time. Great if you can raise a PR. I haven’t made any progress so far on this one