More than one gateway in jhipster
问题 Is it bad practice and what are possible consequences of having more than one gateway applications in the jhipster stack. I am working on an application that has user part and admin part which are very different. The idea is to have 2 gateways, one for user web app and one for admin web app. Both of them would have their own microservice as backend. Plus there is third shared microservice that contains common functionality. So it looks like this: user web app (gateway) admin web app (gateway)