cloudflow
cloudflow copied to clipboard
Cloudflow enables users to quickly develop, orchestrate, and operate distributed streaming applications on Kubernetes.
Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) from 3.9.12 to 3.9.13. [GitHub Release Notes](https://github.com/xerial/sbt-sonatype/releases/tag/3.9.13) - [Release Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) - [Version Diff](https://github.com/xerial/sbt-sonatype/compare/3.9.12...3.9.13) I'll automatically update this PR to resolve conflicts as long as you don't change it...
Create a `runLocalLogbackConfigFile ` similar to `runLocalLog4jConfigFile` - obviously only one would be used.
**Describe the bug** Following the steps described here https://cloudflow.io/docs/current/administration/installing-cloudflow.html#_default_and_named_kafka_clusters. We have the following values that we pass to helm install ``` kafkaClusters: default: bootstrapServers: xxx.cloudflow:9092 partitions: 53 replicas: 3 connectionConfig:...
Akka Streamlets have access to all of Akka's power. Let's add an example of how Akka Persistence can be used to get access to Event Sourcing with Akka Persistence. The...
Would be better to switch to log4j ~v2.16.0~ v2.17.0, for security reasons :///
We would like to use a polymorphic ADT as the message protocol between two Streamlets. Let's say for example I would like to design a `SubscriptionProtocol` with the following commands:...
**Describe the bug** Cloudflow version: 2.2.2 using configure beaks akka server streamlets with the following exception ``` Exception in thread "main" com.typesafe.config.ConfigException$Missing: merge of /etc/cloudflow-runner-secret/secret.conf: 1,/etc/cloudflow-runner-secret/application.conf: 1,reference.conf @ jar:file:/opt/cloudflow/cloudflow-runner_2.12-2.2.2.jar!/reference.conf: 1,reference.conf...
**Is your feature request related to a problem? Please describe.** Please add support for Flink 1.12 in Cloudflow. Flink 1.12 add the ability to use ADLS Gen2 for checkpointing, which...
https://github.com/kubernetes-sigs/krew/
Reported by a partner -- On this page: https://developer.lightbend.com/docs/cloudflow/current/develop/akka-streamlet-utilities.html In this list: HttpServerLogic HttpServerLogic Splitter Merger The second HttpServerLogic should be GrpcServerLogic. The source file in this repo is: https://github.com/lightbend/cloudflow/blob/main/docs/shared-content-source/docs/modules/develop/pages/akka-streamlet-utilities.adoc...