Not an API gateway, I am making two microservices that would take requests forwarded from the client. Then the microservices forward them off to third-party services.
The client is supposed to think the microservices has all the information it needs. The microservices are used to use the client's desired API and make it look like the third-party services adhere to it. It is supposed to be a quick and dirty way to demonstrate the adherence to a API standard required by the client. As that's what my company wants to develop and provide to the client. On Wednesday, October 17, 2018 at 5:00:46 PM UTC-4, Martin Charlesworth wrote: > > It sounds like you're trying to write your own api gateway. If I were you > I'd take a look at Netflix Zuul where most of the scaffolding is in place > for you, before reinventing the wheel. -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
