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

Introducing SmartModule with Init. Init allows SmartModule to have the configuration lifecycle vs. runtime. V2 SmartEngine has the following primitives: * SmartModuleChainBuilder * SmartModuleChainInstance * Transforms Use `SmartChainBuilder` to build...

Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6. Release notes Sourced from actions/stale's releases. v6.0.0 :warning: Breaking change :warning: Issues/PRs default close-issue-reason is now not_planned(#789) V5.2.0 Features: New option include-only-assigned enables users...

dependencies
github_actions
bot

Following who Fluvio is run locally, I have found that Kubernetes config is missing the section keys as shown in [this documentation][1] section. Other fields like `apiVersion` are omitted to...

This is a suggested companion ticket to #1131. The following `Command`s invoke coreutils: ``` Command::new("pgrep") Command::new("pkill") Command::new("sync") ``` These are not available by default on Windows, and the functionality they...

help wanted
good first issue
technical debt
platform/windows
DX/Developer Experience

This is a partial implementation of #1131. It relies on https://github.com/infinyon/k8-api/pull/191. It only addresses two uses of `kubectl`, one for checking the k8s server version and one for deleting collections...

Give this a try and let me know what you think. See the documentation in [kube-apiserver-local](https://github.com/gregwebs/kube-apiserver-local#readme) for more information about how this works. I have tested this only on Mac...

k8/general
DX/Developer Experience

These tests together are pretty useful for ensuring release doesn't surprise use with crate version number related noise, but doesn't give enough feedback for new or external contributors. * https://github.com/infinyon/fluvio/blob/master/release-scripts/test-crate-version.sh...

enhancement
help wanted
good first issue
CI
Test Infrastructure
Priority/low
value/high
DX/Developer Experience

Related to: https://github.com/infinyon/fluvio/issues/2590 Our publish process is not efficient. It is driven by these two items. * A manually curated script of ordered crates. * https://github.com/infinyon/fluvio/blob/master/release-scripts/publish-list * A script that...

bug
enhancement
help wanted
good first issue
build-release
Test Infrastructure
Priority/low
value/high
CD
DX/Developer Experience