fluvio icon indicating copy to clipboard operation
fluvio copied to clipboard

Lean and mean distributed stream processing system written in rust and web assembly.

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

Map missing fluvio rust crate async and admin interfaces to python. Details in Fluvio-client-python repo https://github.com/infinyon/fluvio-client-python/issues/367

enhancement
help wanted
Client
💎 Bounty
client/python

Change default SPU public port to 9010 Update local cluster to use the project wide default SPU public port Fixes https://github.com/infinyon/fluvio/issues/3739

**What happened** `fvm switch` in a docker container failed with "Error: Text file busy (os error 26)" **Expected behavior** `fvm switch` or `fvm update` successfully switches versions **Describe the setup**...

bug
help wanted
no-stale

Both producers and consumers should have their connections closed. This issue mainly affects consumers streaming records from a topic. Preferably with a specific error (TopicDeleted or TopicNotAvailable). Setup: ``` $...

enhancement
help wanted
SPU
technical debt
StreamController

Some combinations of fluvio binary and Linux distros do not resolve `localhost` resulting in `fluvio cluster start` startup failure. The preliminary problem looks like the systems which this occurs have...

enhancement
help wanted
technical debt
no-stale

Add an option to prefix mqtt client_id with an auto generated identifier. Fluvio issue to surface the mqtt-connector issue at https://github.com/infinyon/mqtt-connector/issues/49 Great way to dip you toes into fluvio, rust...

help wanted
good first issue
no-issue-activity

# Release Checklist The following checklist covers all the steps for running release. For more detail, refer to [`RELEASE.md`](https://github.com/infinyon/fluvio/blob/master/RELEASE.md) - [x] Create a [new issue](https://github.com/infinyon/fluvio/issues/new?template=release_checklist.md) with this checklist template -...

tracking

Pull fvm from fluvio-packages artifacts not from github release

CI

Bumps [async-io](https://github.com/smol-rs/async-io) from 1.13.0 to 2.2.1. Release notes Sourced from async-io's releases. v2.2.1 Remove dependency on waker-fn. (#165) Update windows-sys to v0.52.0. (#173) v2.2.0 Bump async-lock and futures-lite to their...

technical debt
dependencies
rust
bot