英文:
how to avoid creating the duplicate microservice when there is an need of same functionality in layer A/ layer B
问题
I have single microservice, which is deployed in layer A, we copied the code and deployed it in Layer B to utilize the same, how I can achieve this with a single microservice without duplicating, what type of pattern I have to use?
英文:
i have single microservice , which is deployed in layer A , we copied the code and deployed it in Layer B to utilize the same, how i can achieve this with single microservice without duplicating, what type of pattern i have to use?
答案1
得分: 1
If I get what you really want, you probably looking for some kind of load balancing.
For this you may want to check this
Enjoy!
英文:
If I get what you really want, you probably looking for some kind of load balancing.
For this you may want to check this
Enjoy!
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论