Question: Should microservices be designed to be generic, or ver specific?
Got a case where I think some "requirements" were misinterpreted and some microservices were developed as some very generic services, and now it's causing some pain (at least for me). Personally I think they should have been built as specialized services, which would have made them lighter weight, more efficient, and easier to refactor to better support the app they were built for.

-tg