Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
主要问题是注册表的兼容性。如果不是,如何处理网关问题?
取决于你的意思。您可以在 Micronaut 应用程序前使用 Zuul 或 Spring Cloud Gateway 作为网关解决方案。
最终,Micronaut 应用程序将向 Eureka 或 Consul 注册自己,然后 Zuul 或 SCG 将通过服务发现发现服务并通过 HTTP 将请求路由到 Micronaut 应用程序。