-
Currently when `version` command is perform in the CLI. It shows following:
```
fluvio version
Fluvio version : 0.6.0-alpha.2
Git Commit : 9534b85bc34866acf50a13f777ee57ebf43e35fa
OS Details …
-
**What happened**
Executing `fluvio cluster install` hangs indefinitely when `minikube tunnel` is not running. The CLI hangs, showing this:
```
Performing pre-flight checks
✔️ ok: Kubernetes co…
-
1) Create a topic from CLI
```
$ fluvio topic create topic-from-cli
topic "topic-from-cli" created
$ fluvio topic list
NAME TYPE PARTITIONS REPLICAS IGNORE-RACK STATUS …
-
Right now, `fluvio profile view` deserializes the TOML file from `~/.fluvio/config` and prints the Rust-Debug formatted version of it to the screen. This is inconsistent with our other commands and al…
-
$ fluvio topic create rust-mysql-cdc
topic "rust-mysql-cdc" created
$ fluvio topic create rust-mysql-cdc
Error:
0: Fluvio client error
1: Fluvio socket error
2: time out in send and re…
-
Update the developer docs to include information about building the native modules and publishing the `@fluvio/client`, `@fluvio/native`, and `@fluvio/native-` modules.
-
Update chat application demo and migrate to `demos` directory in `fluvio-client-node` repo.
-
The "public API" of a Rust library is all of the types and functions which are marked as `pub` and are accessible from consumers of the crate. We need to review the public API of Fluvio's client Rust …
-
-
Currently when `version` command is perform in the CLI. It shows following:
```
fluvio version
Fluvio version : 0.6.0-alpha.2
Git Commit : 9534b85bc34866acf50a13f777ee57ebf43e35fa
OS Details …