-
This is follow up from #592 and #589
Currently Fluvio Client metadata sync on initial full sync. It need to sync up on changes as well. There are couple design issues need to be sorted out
- pa…
-
Both produce and consumer has `continuous` way to fetch producer and consumer. If connection to server goes down, it should immediately terminate it to give user good experience
Scope: If a Fluvio…
-
**What happened**
I ran `cargo run --bin echo` and instead of seeing the records being produced and consumed, I saw
```
Sending record 0
Error: Partition not found: echo-0
```
Even using `FL…
-
**What happened**
When using `fluvio produce my-topic --record-per-line messages.txt`, only the first line of the file is sent as a record. The rest are ignored.
**Expected behavior**
I expect ea…
-
Start a fluvio connection and disconnect the server.
The client continuously prints this message in the log
```
Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from…
-
**Describe the setup**
Fluvio Cloud
```
$ fluvio version
Fluvio version : 0.6.0-alpha.5
Git Commit : 4144c3aa9f74d1a7808e476e85c1369e7addd413
OS Details : Linux 5.8.0-1013-aws x86_64 GNU…
-
**What happened**
Following the tutorial ["Hello, World! 🎉" in Rust](https://nightly.fluvio.io/tutorials/rust/hello-world/), when running `cargo run -- produce` or `cargo run -- consume`, the followi…
-
Right now [`fetch` requires an `Offset` instance](https://github.com/infinyon/fluvio-client-node/blob/e6085a6441931cd953c4b3704a0cc3769e363e40/src/index.ts#L210), this should be an optional parameter …
-
While looking at the arguments to all of our subcommands, it occurred to me that we have the `tls` family of arguments in nearly every command
```
-c, --cluster Address of cluster
…
-
# steps to reproduce
Run following makefile in while in the Github CI
```
make smoke-test-tls
```
This will fail around 20-30% of time with following error:
```
FLV_CMD=true RUST_LOG=warn…