fluvio
fluvio copied to clipboard
Lean and mean distributed stream processing system written in rust and web assembly. Alternative to Kafka + Flink in one.
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....
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...
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...
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...
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...
Resolves #2085 by replacing `inventory` with `linkme`. Added initial support for OpenTelemetry (still using Jaeger format tracing and endpoint) Related to #2083
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...
It would be good to test SmartModule locally without deploying it to the cluster.
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...
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....