Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

In a microservice architecture, if an API Gateway 1 already serves as an endpoint for Client 1. After a period of time, Client 2 comes in with the need for similar yet not exact functionalities while consuming the same core services.

Is it a better solution to create a custom API Gateway 2 for it, so in the future custom changes can be added easily while dealing with duplicate code. Or keep using API Gateway 1 for both, so future changes are done once while dealing with different implementations sometimes?

I'm targeting a solution that can scale and easily support multiple clients.

Any suggestion or resource shared is appreciated.

question from:https://stackoverflow.com/questions/65943922/microservices-one-vs-multiple-api-gateways-for-multiple-clients

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
98 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...