I have been using Nest js with monorepo micro service architecture.
I have a total of 6 different services and i need to call a service from another service so that's what TCP connection.
In nest js when i configure using ClientsModule I need to pass host.We have everything setup in kubernates.So when i need to pass host in Clientsmodule.register what should be it?
service-name.namespace?
As when i pass this it shows me connection refused.
Thanks in advance.