I have a local docker-compose kafka running.
It had ksqldb enabled. I can connect to it with
docker exec -it compose_ksqldb-cli_1 ksql http://ksqldb:8088
It is working.
But on control center in the ksqldb option I got the message “You don’t have any ksqlDB clusters”.
How can I fix this ?
My docker-compose file :