Hi There,

I have 2 services: service1 and service2 both deployed using docker on 
Google cloud. service1 contains a table where it maps all instances of 
service2 and when needed will send message (REST request) to a specific 
instance of service2. 

Everything works if I use the full URL address that Google cloud provide 
for the service but I want to send the message to a specific instance (by 
using the instance ip address). The use case is the following: I have one 
instance of service1 that sends messages to instances of service2 to tell 
which data to load. Each instance of service2 might need to load different 
data. All instances of service2 ping regularly service1 to communicate 
their own IP addresses and statuses, so that service1 knows which one is 
available and which not.

However, it doesn't look like the REST api gets hit on any instance of 
service2 when service1 uses service2 instance IP address.

Any hint on how to achieve this?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f1b4e961-3b1e-4dec-b1df-106942bf9b70o%40googlegroups.com.
  • [google-appengine]... 'Luca Lupo' via Google App Engine

Reply via email to