How to Use Netcat to Debug Cloudhub Networking Issues

1 · Yogesh Dhimate · Jan. 2, 2021, midnight
This is a simple trick I use to debug connection issues with the mule app deployed to CloudHub. First of all its important to understand that there are different ways to set up your application 1. Using shared load balancer (i.e. cloudhub.io domain) with HTTP protocol. In this scenario, the client application makes a request to a shared load balancer URL using HTTP protocol. The SLB forwards the request to the upstream mule application listening on port 8081....