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

The smoke test in CI is opt-ed out of using the test-connector because the test has a high rate of failure. Occasionally, no data will be created by the connector....

technical debt
CI
Test

CLI for cloud is critical for discovering available commands. ``` % fluvio cloud -h Unable to find plugin 'fluvio-cloud'. Make sure it is installed in "/Users/aj/.fluvio/extensions-latest". ``` I wanted to...

bug
help wanted
CLI

I have a use case whereby I wish to deploy producers in third-party environments owned by different entities. Inline with requirements (the data I intend to transfer via Fluvio is...

help wanted
good first issue
RBAC
feature/smart_module

Generates a changelog using Git log using [`git-cliff`](https://github.com/orhun/git-cliff) + a config file that I tuned to Fluvio's repo. - We still follow [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format - The Unreleased block...

no-stale

I'm curious about if fluvio plans for or already has support for transparently handling the evolution of smart modules and the data processed by them. From what I can see...

no-issue-activity
needs-scope

Resolves #2085 by replacing `inventory` with `linkme`. Added initial support for OpenTelemetry (still using Jaeger format tracing and endpoint) Related to #2083

no-stale

Addresses #2510 by adding an msrv badge to the `README`. The action runs on every push to `master`. If a different msrv is needed, the runner commits and pushes the...

no-stale

It would be good to test SmartModule locally without deploying it to the cluster.

feature/smart_module

We need to find a way to control the throughput that we produce during integration testing. Currently, it is limited only by available system resources and is unstable due to...

good first issue
Test Infrastructure
Performance
producer

This one caught me while trying to fix the Fluvio website CI. The root cause of the failure was the Rust Docker image we were using as a reference environment....

enhancement
help wanted
good first issue
CI
Installation
Test
value/medium