cloudflow
cloudflow copied to clipboard
Cloudflow enables users to quickly develop, orchestrate, and operate distributed streaming applications on Kubernetes.
Would it be possible to have Cloudflow support the delivery of TLS certificates by Kubernetes for the purposes of both supporting trusted ingress and egress? Kubernetes [provides a degree of...
**Is your feature request related to a problem? Please describe.** Presently, external hocon files can only be included in `blueprint.conf` using `include required(file(...))`. Including from classpath (via `include required(classpath(...))` does...
**Is your feature request related to a problem? Please describe.** There is a great apache Flink feature called "savepoints" (see [here](https://ci.apache.org/projects/flink/flink-docs-stable/ops/state/savepoints.html)). In a nutshell this feature allows to manually trigger...
**Is your feature request related to a problem? Please describe.** There is a handy option that available for inlets called `withUniqueGroupId`. It forces a consumer to generate random Kafka group...
**Describe the bug** When defining two streamlets extending AkkaServerStreamlet in separate pipeline modules, the same port(3000) is selected for both streamlets in runLocal mode. Accordingly, only one streamlet is running,...
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...
**Is your feature request related to a problem? Please describe.** With cloudflow 2.0.22 it is not possible to configure the `imagePullPolicy` for images when deploying to k8s. This makes it...
Currently, we build the entire Streamlet Docker image in the same Dockerfile ( [ref](https://github.com/lightbend/cloudflow/blob/fbe2d7d6fe2ee73b001a4e62dc5c9f266a1db53e/core/sbt-cloudflow/src/main/scala/cloudflow/sbt/CloudflowAkkaPlugin.scala#L69-L101) ). This is sub-optimal in regards to caching and "final image size". To improve this aspect...
Is your feature request related to a problem? Please describe. For different CI/CD reasons (database migration, secret management) we need to implement using of Init Containers for all type of...
**Is your feature request related to a problem? Please describe.** While implementing this PR https://github.com/lightbend/cloudflow/pull/910 I realized that adding Akka Persistence to Cloudflow implementation involves a lot of manual steps,...