cloudflow
cloudflow copied to clipboard
Cloudflow enables users to quickly develop, orchestrate, and operate distributed streaming applications on Kubernetes.
Easier to understand for the reader, to start from left to right, they can even deploy the generator by itself, since it has an outlet. In a hello world situation...
**Is your feature request related to a problem? Please describe.** Reported by @longmuir. When the versions of `kubectl-cloudflow` and Cloudflow operator are not compatible, running `kubectl-cloudflow` will produce an error:...
Users report that company policy can dictate they can only run in a single namespace.
currently, runLocal generates a temporary directory for every execution. Some users expressed their desire to have always the same output location to facilitate inspecting the logs. We can offer that...
HTTP2 on GKE ingresses is supported, but requires some additional configuration (see https://cloud.google.com/kubernetes-engine/docs/how-to/ingress-http2, kubernetes/ingress-gce#18 We should document how to expose a HTTP/2 service via an ingress, which is especially relevant...
It'd be great to have the documentation explain the process that Continuous Deployment should take for Streamlets; perhaps it does and I've just missed it. What I'm looking for is...
Can't convert Avro schema to catalyst type because schema at path dateTime isn't compatible (avroType = TimestampType, sqlType = LONG) This error can be get in runLocal. If you have...
**Describe the bug** Using Flink, running ParquetAvroWriters.forSpecificRecord(classOf[MyGenericRecord]) results in silently never consuming from topic. I see no consumer group appearing for it. **To Reproduce** Create a project, separating out the...
**Is your feature request related to a problem? Please describe.** I need to consume events from a Kafka topic not managed by Cloudflow and have that topic be the input...
**Is your feature request related to a problem? Please describe.** Users have asked for this feature specifically for the ability to use a single kubernetes cluster and cloudflow env to...