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

[Scala Steward](https://github.com/fthomas/scala-steward) helps to stay up to date on dependencies.

kind/enhancement
good first issue
help wanted
priority/nice-to-have
status:blocked

**Describe the bug** I followed the installation [documentation](http://cloudflow.io/docs/current/administration/installing-cloudflow.html). cloudflow-operator pod automatically restarting. **To Reproduce** Steps to reproduce the behavior. Please list down all steps on how to reproduce the bug....

Make sure Cloudflow runs on Java 17.

Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.12.15 to 2.12.16. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.16) - [Version Diff](https://github.com/scala/scala/compare/v2.12.15...v2.12.16) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.codehaus.plexus:plexus-archiver](https://codehaus-plexus.github.io/) from 4.2.7 to 4.4.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates org.bouncycastle:bcpkix-jdk15on from 1.70 to 1.71. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

### What changes were proposed in this pull request? This change adds the capability to manually configure/override the readiness- and liveness-probe for (Akka)Streamlets. Optionally, the probes created by default can...

### What changes were proposed in this pull request? Refactoring `AkkaStreamletContextImpl` to consolidate duplicated code and hide the constructor in a factory (`StreamletContextFactory`) See `makeConsumerSettings`, `withGroupId` so far. This is...

**Is your feature request related to a problem? Please describe.** Cloudflow deployments do not provide the ability to schedule pods on specific nodes in k8s cluster. **Is your feature request...

### What changes were proposed in this pull request? This PR adds the capability to define tolerations to cloudflow pods. ### Why are the changes needed? This change adds the...