And, is there something preventing the GAE standard instances from accessing grpc services? The GAE instances would behave as clients rather than servers. I'm thinking in this case to Google Cloud Spanner...
Le mar. 21 févr. 2017 16:48, 'George (Cloud Platform Support)' via Google App Engine <[email protected]> a écrit : > The main reason, why gRPC support is not available for App Engine flexible > environment as yet, is related to the presence of the load balancer. In > fact one may say that gRPC would be supported, were it not for the fact > that the GAE load balancer prevents such requests to reach the instances. > > Engineers are keenly aware of the need to provide GAE access for gRPC > requests, and actively working to implement such access. For the time > being, your can use Compute Engine instances sitting behind a network > load balancer > <https://cloud.google.com/compute/docs/load-balancing/network/> with an > autoscaler > <https://cloud.google.com/compute/docs/autoscaler/scaling-cpu-load-balancing>. > This approach amounts to creating your own App Engine service. > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/6ddabc76-5eb4-4e8f-99c7-da6ecf14ee10%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/6ddabc76-5eb4-4e8f-99c7-da6ecf14ee10%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAPc4eF94mQci0JJooYpzLk7f8QRHZKMhKh0P03gQ3vEW6bwydQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
