fluvio icon indicating copy to clipboard operation
fluvio copied to clipboard

Lean and mean distributed stream processing system written in rust and web assembly. Alternative to Kafka + Flink in one.

Results 318 fluvio issues
Sort by recently updated
recently updated
newest added

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:...

technical debt
CI
Test Infrastructure
Installation
CD

Related to https://github.com/infinyon/fluvio-connectors/issues/285

feature/connector

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...

bug
CLI
UX/Usability
no-stale

**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...

enhancement
help wanted
good first issue
Installation
k8/helm
no-stale

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...

Test
value/high
feature/connector

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...

platform/wasm
features/smartmodule
no-stale

related to: https://github.com/infinyon/fluvio/issues/2215

Performance
needs-scope
no-stale
platform/linux

use k3d

Installation
needs-scope
no-stale
platform/linux

``` % 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...

k8/general
Installation
UX/Usability
no-stale