Sharing code and schema between microservices

后端 未结 4 2160
被撕碎了的回忆
被撕碎了的回忆 2020-12-23 17:27

If you go for a microservices architecture in your organization, they can share configuration via zookeeper or its equivalent. However, how should the vario

4条回答
  •  难免孤独
    2020-12-23 18:01

    As to the ISP principle (Interface segration principle) clients should depend on interface not implementations.I would suggest if it is possible sharing interfaces not implementations via this way it would be better to make system decoupled from implementation.

提交回复
热议问题