Ksqldb dont show on control center

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 :

Hi @danilolr , My advice would be to start from an example that is known to work and add on your customizations there :slight_smile: Here you can find one: cp-all-in-one/docker-compose.yml at 7.2.1-post · confluentinc/cp-all-in-one · GitHub

Please let us know how it goes!

This topic was automatically closed after 30 days. New replies are no longer allowed.