Categories
Programming Software development

Starting development of new feature by creating new micro service does not make sense in most cases

I think it’s better to develop core/monolith part and then split it to the microservice if the feature would needed it (high usage, a lot of data, high frequency of changes).

In general I don’t think so there should be auto rules, like new service = new microservice.

Leave a Reply

Your email address will not be published. Required fields are marked *