-
Fluvio-client-python repo https://github.com/infinyon/fluvio-client-python/issues/358
The ['rust-cpython](https://github.com/dgrunwald/rust-cpython) crate that the fluvio python client is currently…
-
-
Python 3.12 was released on 2023-10-02, add it to CI build and publish targets
3.12 is currently incompatible w/ the fluvio-client-dependencies
-
I have a use-case in which a fluvio producer needs to keep track of the offsets (and partitions) that it sent its messages to. To that end, I would like to expose the `RecordMetadata` struct to the py…
-
**What happened**
I log into the cli using `fluvio cloud login --use-oauth2`. But no cloud profile is created/connected, and I can't access the cloud clusters because the email on them doesn't match…
-
**What happened**
When running CLI:
```sh
fluvio topic create dectest0f4d91a3a9104cf18c1c989a115812e9-some-very-long-topic-name
"Invalid argument: Invalid Topic name dectest0f4d91a3a9104cf1…
-
**What happened**
In some cases, `fluvio consumer -c ` does not record offsets
**Expected behavior**
A consumer should record offsets when a consumer id is defined at the cli.
**Describe the …
-
I tested this in a Docker container running Ubuntu, but I noticed the same behavior on my local machine.
Run the following operations:
```
# fluvio cluster start
📝 Running pre-flight checks
…
-
Python client example needs to be reviewed. Current steps fail to build
Seen https://github.com/infinyon/fluvio-website/actions/runs/6569976425/job/17863686363?pr=704
-
As the title suggests, I'm unable to get a consumer with `Offset::end()` to work when the topic replica factor is higher than 1.
Here's what I'm using to reproduce this:
```rust
use fluvio::{me…