Oh and the script never exits. It settles into a s...
# troubleshoot
q
Oh and the script never exits. It settles into a steady state of the kafka broker reporting some standard log info about the imbalance ratio being 0.0 and will stay like that as long as you let it run. But the app is still unreachable. I assume this is just the fact that compose doesn’t seem to daemonize the containers by default?
i
Hello Tyler, Are you running GMS and frontend as a docker container or native process on your machine?
There may be an issue by running some components in docker and others natively where the docker network creates a network firewall preventing all these services from communicating with one and another
q
Its all running in a Centos9 vm in a single docker instance. It seemed to be something specific to the way the dev docker compose instantiates the frontend instance. I ran a full docker compose build and it seemed to solve my problem. I can at least test the code i’ve added now