A.J. Hunyady
A.J. Hunyady
CLI for cloud is critical for discovering available commands. ``` % fluvio cloud -h Unable to find plugin 'fluvio-cloud'. Make sure it is installed in "/Users/aj/.fluvio/extensions-latest". ``` I wanted to...
Create a connector, then run ``` % fluvio connector logs discord-glucose Error: 0: Invalid argument: Connector discord-glucose does not exist ```
``` % fluvio cluster start Current channel: stable 📝 Running pre-flight checks ✅ Kubectl active cluster minikube at: https://192.168.64.6:8443 found ✅ Supported helm version 3.7.0+geeac838 is installed ✅ Supported Kubernetes...
``` % fluvio completions zsh #compdef fluvio autoload -U is-at-least _fluvio() { typeset -A opt_args typeset -a _arguments_options local ret=1 if is-at-least 5.2; then _arguments_options=(-s -S -C) else _arguments_options=(-s -C)...
Take a look at the #alerts channel in slack. You'll see duplicate numbers at various intervals (sometimes twice a day, other times every few days): ``` fluvio-stars-bot APP [10:08 AM]...
## Acceptance criteria * Connector has the ability to start reading from the beginning or a specific offset of the data stream. * If a connector restart occurs, it must...
## Acceptance criteria * Take a data record in a JSON format and translate it to the following SQL statements: 1. CREATE TABLE 2. DROP TABLE 3. INSERT ROWS 4....
## Acceptance Criteria - Start a PostgreSQL connector. - Connection stays up continuously. - Connector automatically auto-reconnect when disconnected. - The system will provide feedback on connection status
I was going through step-by-step in our newsletter https://nightly.fluvio.io/news/this-week-in-fluvio-0020/ to build a connector with K3D. When I got to the last step, it was difficult to figure out how to...
When there is a short retention time, the records are pruned from the beginning of the stream. Users need a way to identify the "base offset" so they identify if...