This seems like something that should be so simple! (Every other CLI tool I use has an easy install process.)
We're running ksqlDB in a Kubernetes cluster, and I would like to connect to it with the CLI from my local machine (either Windows 10 or from WSL 2)
- The https://ksqldb.io/quickstart.html suggests using the CLI docker image, but I'm not thrilled with trying to connect to our Kubernetes cluster from a local docker image - seems like lots of opportunity for networking issues.
- https://www.confluent.io/download/ requires that I download all of Confluent community edition?? (1.2GB! On my country internet)
- https://docs.confluent.io/4.1.2/ksql/docs/installation/installing.html#starting-the-ksql-cli seems to again expect that you've installed the entire server locally. I don't need or want to run the server locally.
- The Github page doesn't provide any releases (thought maybe I could grab just the CLI here, but no luck).
Is this simply not possible?
Thanks!