cloudflow
cloudflow copied to clipboard
Cloudflow enables users to quickly develop, orchestrate, and operate distributed streaming applications on Kubernetes.
Updates [com.github.sbt:sbt-native-packager](https://github.com/sbt/sbt-native-packager) from 1.9.9 to 1.9.10. [GitHub Release Notes](https://github.com/sbt/sbt-native-packager/releases/tag/v1.9.10) - [Changelog](https://github.com/sbt/sbt-native-packager/blob/master/CHANGELOG.md) - [Version Diff](https://github.com/sbt/sbt-native-packager/compare/v1.9.9...v1.9.10) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself....
**Is your feature request related to a problem? Please describe.** It's not documented that if you're using Protobuf (instead of Avro), the required dependencies are no longer automatically included in...
### What changes were proposed in this pull request? Update of getting-started documentation as requested in https://github.com/lightbend/cloudflow/issues/1230 ### Why are the changes needed? Docs are inaccurate / miss details. ###...
### What changes were proposed in this pull request? Update the strimzi-code samples in documentation and the test-infrastructure to explicitly use Kafka 2.8.1. The build-tool and integ-test code now also...
Updates [org.wvlet.airframe:airframe-log](https://github.com/wvlet/airframe) from 22.5.0 to 22.7.3. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v22.7.3) - [Version Diff](https://github.com/wvlet/airframe/compare/v22.5.0...v22.7.3) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates * [org.apache.maven:maven-core](https://maven.apache.org/) * [org.apache.maven:maven-embedder](https://maven.apache.org/) * [org.apache.maven:maven-plugin-api](https://maven.apache.org/) from 3.8.5 to 3.8.6. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like...
Updates [com.lightbend.akka.grpc:akka-grpc-runtime](https://github.com/akka/akka-grpc) from 2.1.4 to 2.1.5. [GitHub Release Notes](https://github.com/akka/akka-grpc/releases/tag/v2.1.5) - [Version Diff](https://github.com/akka/akka-grpc/compare/v2.1.4...v2.1.5) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates * io.fabric8:kubernetes-client * io.fabric8:kubernetes-server-mock from 5.0.3 to 5.12.3. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...
**Describe the bug** CF version 2.3.1 When I "status" a deployment, the second half of the pod status remains zero, while kubectl shows it properly. **To Reproduce** ``` $ kubectl...
**Is your feature request related to a problem? Please describe.** The docs described [here](https://cloudflow.io/docs/current/get-started/prepare-development-environment.html#_download_and_install_the_cloudflow_cli). Are terribly hard to use with the old versions listed. **Is your feature request related to...