Connecting local docker ksqldb cli to ConfluentCloud hosted cluster

Part 1… already have both a docker-compose build locally thats stopped and started when needed… and a confluent platform build.
(prefer the docker-compose build except that for some reason every time it is stopped it removes the local images, leading to a repull at the next start)

assume your part 2 is just wrongly labelled :slight_smile:

Agree with option 1 and 2… just feel we bubble gum coming up with solutions I’d rather have better done. we trying to grow community/skill, I can’t be the only one running into this.

G

you’re right the label is wrong :wink: → fixed

had the same issue this week, just investigating why this happened

Notice my finding, I was using docker-compose down which removes the image instead of docker-compose stop

G