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

To improve performance of encoding/decoding research: Investigate library such as: - [rkvy](https://github.com/rkyv/rkyv) - ....

protocol support
Performance
no-stale

No amount of waiting will result in a cluster starting correctly, so I think instead of spinning, we can safely exit and give a useful error to the user. ```...

enhancement
good first issue
CLI
no-stale

Your project is intriguing! I was looking through your source, and was wondering if you've considered using [NATS](https://nats.io) as a protocol? NATS is lightweight and has cloud native features that...

enhancement
protocol support
no-stale

Continuing the work of #277, in this issue I'd like to brainstorm ideas on how to make the `FluvioAdmin` API simpler and easier to use. Pieces of functionality should be...

CLI
technical debt
documentation
Client
API
metadata

Access fluvio using HTTP protocol. May follow Kafka HTTP Proxy url.

enhancement
protocol support
no-stale

Allow output of logging events to monitoring fluvio using https://docs.rs/tracing-subscriber/latest/tracing_subscriber/.

help wanted
technical debt
monitoring

To support chatbot example that @ajhunyady is working on, we need following capability: - [ ] Incremental partition creation (adding more partition) - [ ] Declarative Partition key mapping Declarative...

enhancement
CLI
documentation
Client
StreamController
metadata
RFC
tracking
UX/Usability
partition

For large data sets, there could be many segments. This run generates many segments after a few hours of run: ``` nohup ./target/release/fluvio-test longevity --timeout 90000 -- --runtime-seconds=72000 --producers 300...

SPU
Stability/Scalability

`fluvio cluster status` tells state of cluster: * none(discoverable) * stopped (no sc, spu running but data exits) * running (local/k8)

good first issue
UX/Usability
cluster

`FORCE_RELEASE` is not having intended effect in `release_docker` job

build-release
technical debt