cloudflow icon indicating copy to clipboard operation
cloudflow copied to clipboard

Cloudflow enables users to quickly develop, orchestrate, and operate distributed streaming applications on Kubernetes.

Results 136 cloudflow issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A way to use map-config in streamlet configuration **Is your feature request related to a specific runtime of cloudflow or...

This can be used to stop/pause processing of parts of the application, which can be useful in many scenarios. It also gives some more control to the user. We envisioned...

kind/enhancement
priority/nice-to-have
Backlog
Keep

The documentation example (2.0.10) at https://cloudflow.io/docs/2.0.10/get-started/setup-example-project-configure-build.html links to example code: ![image](https://user-images.githubusercontent.com/9868/93320773-c1561c80-f811-11ea-85c7-991caee02be2.png) The links go to https://github.com/lightbend/cloudflow/tree/master/examples/snippets/modules/ROOT/examples/sensor-data-scala. However, from there * it's somewhat hard to download the code * it links...

kind/maintenance
productboard

Has any consideration been given to the distribution of Cloudflow Docker image "from scratch" i.e. without a base image? The benefits of doing so include: * less concern over the...

productboard

It is currently hard for users to track which versions of dependencies they are getting and which versions they should use when adding extra dependencies to their projects. This results...

good first issue
priority/nice-to-have
kind/maintenance
Backlog
Keep

**Is your feature request related to a problem? Please describe.** I noticed that when errors occurs in the Flink streamlet then some messages duplicates in the outlet Kafka topic. To...

kind/enhancement
priority/nice-to-have
flink

core/cloudflow-akka/src/main/resources/reference.conf tries to override some config properties from Alpakka Kafka. That will not (always) work since classpath order is undefined. One library can't override reference.conf properties of another library.

kind/maintenance

Trevor got into some trouble on a Java project, when he forgot to set the schemaCodeGenerator ``` schemaCodeGenerator := SchemaCodeGenerator.Java, ``` He only found out when running his app that...

priority/nice-to-have
Backlog
Keep
Bug

When executing kubectl cloudflow version the CLI should also query the cluster for the version of the operator(s) installed and report that along with the client version. The Cloudflow operator...

priority/nice-to-have
Backlog
Keep

I have a problem changing the flink application in my pipeline. The problem is this: for example, I want to change the amount of memory for the task мanager in...