-
Build version of SC that works against local in memory metadata store. With in memory metadata store, we can build local cluster suitable for
- smoke test
- local development
The in memory stor…
-
It looks like the endpoint `/version` (used by Go lib at https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client.go#L410 ) is a bit out of the normal k8s API an isn't covered by…
-
We want to investigate long pauses during certain SmartStream consumer scenarios. Specifically the following:
Scenario/Variables:
- Which SmartStream to use (constant)
- Cluster used: Local clust…
-
With infinyon/fluvio-socket#22 disconnect events propagate to the client so we should take advantage of this for to auto reconnecting should the client be configured that way.
Let's default to not …
-
see: https://github.com/infinyon/fluvio/issues/1933
-
I think that the `VersionedSerialSocket` (or some other related object) checks the cluster version on the first request exchanged with the cluster and then caches it. It is not noticeable if you conti…
-
When I try to create a topic with an uppercase letter in the name I got this error:
```bash
Error:
0: Consumer Error
1: Aug 19 15:26:09.586 DEBUG fluvio_socket::multiplexing: multiplexer …
-
Right now, the python client is only compiled and distributed for x86 and i686 architectures. With https://github.com/infinyon/fluvio/pull/464, we should be able to better compile to other architectur…
-
In the smoke test, consumers and producers created using separate connection. If they are created from same Fluvio, it fails.
-
The current Fluvio profile behavior is somewhat limited and unintuitive, and furthermore it is largely undocumented. Specifically, the behavior when deleting clusters is unexpected. Consider the follo…