The difference between SOA and Microservice, each service will have its own database.
All the connection between services happen via network calls, which introduces latency between services, which is not possible in monolithic architecture
The difference between SOA and Microservice, each service will have its own database.
All the connection between services happen via network calls, which introduces latency between services, which is not possible in monolithic architecture