Choose the statements that are TRUE about Microservices architecture in microservice pattern? (The number of correct answer: 2)
All communications and business logic should use a middleware called ESB(enterprise service bus), so all service maintenance will be in one place.
External applications should use API Gateway
Communications from other applications should directly use Database PL/SQL, it will become efficient
Communication in microservices architecture should use Proxy and VPN, and it will be more secured
Use session from webservice for stateless Authentication R Use JSON Web Tokens(JWT) for stateless Authentication
Submit