Sehz
Sehz
**Problem** Cargo doesn't accept `lto` in profile as below: ``` [profile.release.package.fluvio-filter-test] lto = true ``` **Steps** This result in following error message: ``` $ cargo check error: failed to parse...
### Check for existing issues - [X] Completed ### Describe the feature Hi, I am currently using VSCode. Is there quick way to migrate VSCode settings like theme? ### If...
Allow passing of closure to wasi command linking. Current `add_to_linker` is re-implemented more general API. Without this, it's hard to create reusable wasi context store
``` $ fluvio producer --csv ``` This would producer files int the CSV format
Cluster start use different port than default port. Cluster: https://github.com/infinyon/fluvio/blob/master/crates/fluvio-cluster/src/runtime/local/spu.rs. Default: https://github.com/infinyon/fluvio/blob/master/crates/fluvio-types/src/defaults.rs. So when starting in cluster command: ``` $ fluvio cluster start ``` starts in different default port (9010)...
It would be nice to use Serde for encoding/decoding fluvio protocol. The core encoder/encoder trait doesn't need to be changed; it's about writing Serde Serializer/Deserialize so we can leverage Serde...
Error message when connector arch is not present: ``` fluvio hub connector download infinyon/[email protected] Using hub https://hub.infinyon.cloud downloading infinyon/[email protected] to infinyon-duckdb-sink-0.1.0.ipkg Hub error: downloading infinyon/[email protected] failed Server: Downloading package Status(404```...
With latest release, rustls support IP address certs which in the past, prevent being used in the Kubernetes env.
In https://github.com/infinyon/fluvio/blob/master/crates/fluvio-spu/src/replication/leader/replica_state.rs#L338, both `notify_followers` are not strictly not necessary since they could be implemented as offset listener.
This is caused by having old dep to `deadpool`. Seems like this project is not being maintained. Let's move to more maintained project