在微服务架构中,有一个称为API网关的通用模式。
我知道来自API网关外部的所有通信都用作单个入口点。
但是我也希望从微服务到微服务的内部通信通过API网关进行?我的意思是,它比建立点对点连接要容易得多。
那么,反对在整个内部通信中使用API网关又是什么呢?
architecture microservices api-gateway
api-gateway ×1
architecture ×1
microservices ×1