fluvio
fluvio copied to clipboard
Lean and mean distributed stream processing system written in rust and web assembly. Alternative to Kafka + Flink in one.
fails due to PVC not provisioning: ``` apiVersion: v1 kind: PersistentVolumeClaim metadata: annotations: volume.beta.kubernetes.io/storage-provisioner: rancher.io/local-path volume.kubernetes.io/selected-node: k3d-fluvio-server-0 creationTimestamp: "2022-07-02T15:07:36Z" finalizers: - kubernetes.io/pvc-protection labels: app: spu group: main name: data-fluvio-spg-main-0 namespace:...
Related to https://github.com/infinyon/fluvio-connectors/issues/285
While writing TWiF 23, I noticed some unintended behavior. `fluvio connector update` was introduced in `0.9.20`, as was the feature that handles `fluvio update` on version channels, so I missed...
**What happened** I'm using the Helm charts for deployment and noticed that my SPU Group is only able to come up when the TLS secret name (`cert.tls`) is defined as...
In preparation for https://github.com/infinyon/fluvio/issues/2433, we need some connector focused tests. The point to make is that a cluster maintains its ability to interact with connectors over upgrade. And we expect...
When the WASM compiled code in `SmartModule` panics the execution aborts and `wasmtime` engine returns `wasm trap: wasm unreachable instruction executed`. We need to discover the solution to handle the...
related to: https://github.com/infinyon/fluvio/issues/2215
``` % fluvio cluster start Current channel: stable 📝 Running pre-flight checks ✅ Kubectl active cluster minikube at: https://192.168.64.6:8443 found ✅ Supported helm version 3.7.0+geeac838 is installed ✅ Supported Kubernetes...