You must log in or register to comment.
In a lot of cases microservices will add to your development problems.
Imo they do not add problems, but they do exchange some problems for other problems.
In some cases it is just a net negative, especially if you have a bunch of services are using the same db tables which act as the global state.