-
We have the partition operator on local collections - it seems logical that we should be able to do the same for CloudFlows. Is there any reason why this wouldn't be possible? It seems to like this is…
-
One of the things that e.g. Hive allows you to do is define indexes on flat files based on their physical structure e.g. imagine a folder structure like: -
{country}/{city}/{companyName}.txt
In Hive…
-
As @dsyme suggested in mbraceproject/MBrace.Core#100, it would be good to add more functions to CloudFlow.
Here is a list of most of the F# 4.0 collection functions and which are already implemented …
-
```shell
helm install cloudflow cloudflow-helm-charts/cloudflow --namespace cloudflow \
--version "2.2.2" \
--set kafkaClusters.default.bootstrapServers=cloudflow-strimzi-kafka-bootstrap.cloudf…
-
After installing CRD and operator as explained in documentation, the operator fails to start. This is the error in the log file:
2022-03-29 07:32:22,389 INFO [ActorSystemImpl] - Bound to /0:0:0:0:0:…
-
Currently it is hard to configure logging for cloudflow streamlets.
You have to specify a logback.xml per sub-project in src/main/resources to get the file on the classpath, which works for akka s…
-
Model software containerization.
Current state: "running a model" or "doing a run" is actually a build step and a compile step. There should be a possibility of a "buildtime" machine and a "runtim…
-
**Describe the bug**
I followed the installation [documentation](http://cloudflow.io/docs/current/administration/installing-cloudflow.html). cloudflow-operator pod automatically restarting.
**To R…
-
To support a deployable sandbox with a selection of available models, we need to identify, document, and curate the required static resources for each model.
This issue is intended to track known e…
-
### Describe the issue
When Kafka output plugin is enabled in fluentd via values.yaml, fluentd is throwing error that default topic is mandatory and while trying to set via values.yaml, it is not rea…