【发布时间】:2018-12-17 08:05:51
【问题描述】:
谁能帮忙理解一下。
我们正在使用微服务架构开发应用程序现在我们有不同的结构。
根据功能我们制作了不同的微服务。
现在我们被一分挡住了。
除了不同的 Actor,我们还有“管理”或“客户服务”用户。
从他们那里,我们有一些特定的 API。
我们对此有疑问。
1) Do we need to consider creating different micro service project.
2) Assume we consider different micro services, do we need to share all the domain models to this micro service.
3) Assume, we keep Admin or Customer Service APIS in respective Micro services, how good it is. my point is about exposing or potential to expose Admin API to the world.
【问题讨论】:
标签: spring-boot jakarta-ee web-applications microservices