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

`fluvio cluster stop`. will terminate all running processes or pods but leave data intact. they can be resume on: `fluvio cluster resume` * If cluster is already running, no ops....

k8/general
Installation
value/high
cluster
no-stale

**What happened** Try to install fluvio on [microk8s](https://microk8s.io) **Expected behavior** Installation **Describe the setup** ``` $ fluvio version Fluvio CLI : 0.9.13 Fluvio CLI SHA256 : 2f41e2874c1390657c2574fcd53ff4c9a4f12a7b463be2a4e8efc5afa55870c0 Fluvio Platform :...

bug
technical debt
k8/general
Installation
cluster

Measuring the end to end performance of Fluvio is a little complicated at the moment. It would be great if this instrumentation could be available within the client so a...

Test Infrastructure
Performance
tracking
needs-scope
no-stale
DX/GENERAL

https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md

help wanted
technical debt

In the output of `fluvio topic list`

enhancement
CLI
UX/Usability
value/medium
no-stale

Currently, all of the cluster's metadata is hosted in CRDs on Kubernetes. This is nice for infrastructure-related metadata such as SPU's and SPG's in managed deployments, but it means that...

metadata
tracking
no-stale

This PR ads a `SmartModuleMetadatSpec` and a `SmartModuleMetadata` object to the public API. This object is simply derived from `SmartModule`/`SmartModuleSpec`. Closes #1781.

no-stale

In the current architecture, SC caches state of metadata objects such as SPU, Topic and Partitions. Most of metadata's state (for example, topic status) are slow moving. Some of status...

SPU
CLI
technical debt
Client
StreamController
metadata
no-stale

Some of my automated testing is set to run a full 24 hours. But I'm noticing that eventually testing sessions stop producing to testing topics but `fluvio-test` continues to run....

bug
technical debt
Test Infrastructure
Test
needs-scope