Sehz
Sehz
Experimental CLI command to create SmartModule CRD from package definition: * Extend SmartModule CRD with package header and init params * Update SmartModule CLI to load package definition
was original ask in this issue: https://github.com/infinyon/fluvio/issues/2467
It would be good to test SmartModule locally without deploying it to the cluster.
Install Fluvio using home brew for Mac (for both Intel and Apple Silicon). Dependencies - https://github.com/rancher-sandbox/rancher-desktop Success criteria: - [ ] Able to install Fluvio end to end using just...
When consumer starts, it performs `FetchOffsetsRequest` in order to map logical offset (beginning, end, etc) to physical offset. This can be performed in the SPU itself instead of client reduces...
fails due to PVC not provisioning: ``` apiVersion: v1 kind: PersistentVolumeClaim metadata: annotations: volume.beta.kubernetes.io/storage-provisioner: rancher.io/local-path volume.kubernetes.io/selected-node: k3d-fluvio-server-0 creationTimestamp: "2022-07-02T15:07:36Z" finalizers: - kubernetes.io/pvc-protection labels: app: spu group: main name: data-fluvio-spg-main-0 namespace:...
related to: https://github.com/infinyon/fluvio/issues/2215
`fluvio cluster stop`. will terminate all running processes or pods but leave data intact. they can be resume on: `fluvio cluster resume` * If cluster is already running, no ops....