Solace Community is getting a facelift!
On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.
We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!
SOLCLIENT_SUBCODE_UNRESOLVED_HOST
my application is running in a Docker container and is using the tcp://host.docker.internal:55554
hostname to access the Solace broker on my local machine.
i'm using CircleCI pipeline to run my application's tests, do i need to adapt the Solace host configuration to match the environment where the tests are being executed ? currently i'm having an error SOLCLIENT_SUBCODE_UNRESOLVED_HOST
Answers
-
That looks like the issue to me. Your app can't resolve the hostname to even try to connect to the broker. Unfortunately I'm not super familiar with CircleCI so I won't be much help on solving the problem itself.
0