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

https://crates.io/crates/cargo-vet.

help wanted
technical debt
CI
security

This is my attempt at solving #2558. The approach is to make the `--client-key`, `--client-cert` and `--ca-cert` flags optional for `fluvio cluster start --tls`. If you leave out any of...

see: https://github.com/infinyon/fluvio/actions/runs/2916668732

CI

I'd like to try fluvio but don't have access to kubernetes or docker. Do you support starting a cluster manually with out docker or kubernetes?

DX/Developer Experience

**What happened** `cargo doc` failed because of broken doc links in `fluvio-cluster`. **How to reproduce it (as minimally and precisely as possible)** Steps to reproduce the behavior: 1. Run `cargo...

bug

``` % fluvio completions zsh #compdef fluvio autoload -U is-at-least _fluvio() { typeset -A opt_args typeset -a _arguments_options local ret=1 if is-at-least 5.2; then _arguments_options=(-s -S -C) else _arguments_options=(-s -C)...

bug

**What happened** Can not deploy Fluvio cluster on orchestration platforms like OpenShift. **Expected behavior** Deploying Fluvio cluster on OpenShift requires TLS certificates in cert path. This is not always feasible....

bug
good first issue
k8/general
Installation

``` Using K8 port forwarding for install Forwarding from 127.0.0.1:9003 -> 9003 Forwarding from [::1]:9003 -> 9003 🔎 Discovering Fluvio SC 🖥️ Trying to connect to SC: localhost:9003 0 seconds...

Installation
network
Stability/Scalability

Analysis of behavior from issue #3788 seems to show that the start time of replica sync is delayed from start by FLV_SHORT_RECONCILLATION time of a default of 10 seconds. It...

enhancement
help wanted
no-stale

I would like to promote fluvio to our business scenarios, but currently we have used apache kafka in large quantities. Have you considered continuing to support the kafka protocol? This...