Hi.
I've been trying to install druid with kafka with docker compose but both have services named "broker". Issue i have is that when i use the docker compose files to pull the docker images one of the 2 fails. For example i ran kafka first and there's no issue, but when I run after druid, the console fails since it sayd it doens't find the server.
Is there a way to modify the service names? to use broker_druid for example. Did the change in the docker image name but apparently there's hardcoded variabels in the code that makes it fail.
Any ideas of how to solve this?