我可以在同一个 Google App Engine 项目中使用不同的服务 运行 不同的语言吗?
Can I have different services running different languages in the same Google App Engine project?
Google App Engine 允许您部署多个不同的服务(据我所知)位于不同的容器中。是否可以将我的一项服务 运行 放在 Java 容器中?和第二个服务 运行 在,比方说,一个 NodeJS 容器?或者我所有服务的所有容器都必须使用相同的语言吗?
Code can be deployed to services independently, and different services can be written in different languages, such as Python, Java, Go, and PHP
https://cloud.google.com/appengine/docs/standard/python/microservices-on-app-engine
Google App Engine 允许您部署多个不同的服务(据我所知)位于不同的容器中。是否可以将我的一项服务 运行 放在 Java 容器中?和第二个服务 运行 在,比方说,一个 NodeJS 容器?或者我所有服务的所有容器都必须使用相同的语言吗?
Code can be deployed to services independently, and different services can be written in different languages, such as Python, Java, Go, and PHP
https://cloud.google.com/appengine/docs/standard/python/microservices-on-app-engine