Unable to connect to microcervice
See original GitHub issueHi @kamilmysliwiec ,
As a test I used your microservice example, and it worked (everything is same app). Then i tried to use ClientProxy
on my nest app, and call that running microservice, but I don’t any get results the request just stuck.
What I’m going wrong?
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Unable to Connect to Service in Microservices Transform
Hello,. I have configured the Microservices Trasform using the Client ID, Client Secret and Access token URL.
Read more >Microservice cannot connect to database - Stack Overflow
Microservice cannot connect to database · The error suggests that the database ( CatalogDb ) doesn't exist. · It's createn on 192.168. ·...
Read more >Gateway is unable to connect to Microservice on Cloudfoundry
Overview of the issue The gateway is unable to connect to the microservice. I am receiving 500 as the response from the microservice....
Read more >Unable to run API microservice with API Connect using ... - IBM
Hello folks, I want to run an API microservice using IBM API Connect on localhost http://127.0.0.1:9000 by typing on terminal: apic edit (with...
Read more >Troubleshooting: Oracle GoldenGate Microservices Targets
Ensure that you are able to login to the Oracle GoldenGate Microservices URL using the correct credentials that you have entered in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I did small example and all connections started to work. seems like I did mistake in ports configuration. Also I notice that using
Transport.REDIS
does not throw any exception to client if microservice is down.This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.