Alan Chen
Alan Chen
- chore: ci, fix push trigger spec - WIP: Delete me, check
ensure a .fluvio/config file exists by creating a default file if one does not exist when adding a profile via `fluvio profile add`
On some systems `fluvio cluster start` can fail to recognize started spus and timeout despite the spus reporting status. (MacOs Sonoma 14.1.2) ### Problem Starting up with multiple spus, creating...
Create a docker container that provisions a connector with client profile data Needs to have a way to provision fluvio profile information Could be part of a docker-compose setup that...
**What happened** cdk generate generates a project where the Cargo.toml contains fluvio (and fluvio related crate) dependency of: ``` fluvio = { git = "https://github.com/infinyon/fluvio", rev = "SHAHASH" } fluvio-connector-common...
Currently if a connector download does not support the arch a 404 error is returned. ``` % fluvio hub conn download infinyon/[email protected] downloading infinyon/[email protected] to infinyon-duckdb-sink-0.1.0.ipkg Hub error: downloading infinyon/[email protected]...
Currently the user can delete an unintended cluster with `fluvio cluster delete` because the cluster the profile is pointing to is not reported. Change: Add an interaction to print the...
Dependabot identified the need for the dep update https://github.com/infinyon/fluvio/pull/3548 But, the update isn't a simple version change.
This is the current error, where "PARAM" is the parameter label being requested by a smartmodule init. ``` Error: Unknown Error: SmartEngine - missing param PARAM SmartModule Init Error: ```...