fluvio
fluvio copied to clipboard
Lean and mean distributed stream processing system written in rust and web assembly. Alternative to Kafka + Flink in one.
`fluvio cluster stop`. will terminate all running processes or pods but leave data intact. they can be resume on: `fluvio cluster resume` * If cluster is already running, no ops....
**What happened** Try to install fluvio on [microk8s](https://microk8s.io) **Expected behavior** Installation **Describe the setup** ``` $ fluvio version Fluvio CLI : 0.9.13 Fluvio CLI SHA256 : 2f41e2874c1390657c2574fcd53ff4c9a4f12a7b463be2a4e8efc5afa55870c0 Fluvio Platform :...
Measuring the end to end performance of Fluvio is a little complicated at the moment. It would be great if this instrumentation could be available within the client so a...
https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md
In the output of `fluvio topic list`
Currently, all of the cluster's metadata is hosted in CRDs on Kubernetes. This is nice for infrastructure-related metadata such as SPU's and SPG's in managed deployments, but it means that...
This PR ads a `SmartModuleMetadatSpec` and a `SmartModuleMetadata` object to the public API. This object is simply derived from `SmartModule`/`SmartModuleSpec`. Closes #1781.
In the current architecture, SC caches state of metadata objects such as SPU, Topic and Partitions. Most of metadata's state (for example, topic status) are slow moving. Some of status...
Some of my automated testing is set to run a full 24 hours. But I'm noticing that eventually testing sessions stop producing to testing topics but `fluvio-test` continues to run....