-
Rust client docs for `topic_producer_with_config`
https://docs.rs/fluvio/latest/fluvio/struct.Fluvio.html#method.topic_producer_with_config
The config builder `TopicProduceConfigBuilder` will al…
-
**What happened**
I use SBT and I am trying to download the fluvio java client. This is in my build.sbt file
```
ThisBuild / credentials += Credentials("Artifactory Realm", "maven.pkg.github.com", …
-
The [default Rust client](https://docs.rs/fluvio/0.12.5/fluvio/struct.Fluvio.html#method.connect ) assumes a local cluster, with preference given to the config file at `~/.fluvio/config`.
You can a…
-
The current `fluvio topic describe` has been built 3 years ago and it's stale.
We should update this command with the following information:
```
$ fluvio topic describe my-topic
Name : my-to…
-
**What happened**
Try to install fluvio on [microk8s](https://microk8s.io)
**Expected behavior**
Installation
**Describe the setup**
```
$ fluvio version
Fluvio CLI : 0.9.13
Fluv…
-
Steps to reproduce:
1. Create a file `test.bin` with the following bytes `0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x20, 0xF0, 0x90, 0x80, 0x57, 0x6F, 0x72, 0x6C, 0x64`. This is from https://doc.rust-lang.org/s…
-
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 user can opt-in to collect thi…
-
When consumer starts, it performs `FetchOffsetsRequest` in order to map logical offset (beginning, end, etc) to physical offset. This can be performed in the SPU itself instead of client reduces roun…
sehz updated
6 months ago
-
Related #1955
If a client has an open consume stream, and the cluster is going through an upgrade, the client should resume once the cluster becomes available again w/o any action required from th…
-
If we try to start a cluster twice, we don't always get useful error messages.
```
$ fluvio cluster start --local
Performing pre-flight checks
✅ ok: Supported helm version is installed
✅ ok: Su…