I personally don’t recall anyone advocating tons of tiny (a few 100 LOC) services before, one for each single feature.
7
1
3
@stilkov What do you think MSA adds that’s not covered by SOA principles?
2
@kellabyte But if they’re not micro, they’re just services //cc @martinfowler @boicy
3
@stilkov Ich nutze hier MVVM um das Problem zu minimieren, QL.io geht das deklarativ an: ql.io/examples
1
@designedbyblind ql.io is a nice way to orchestrate microservices in my mind (switching back to English for @kellabyte’s sake)
2
1
@stilkov @kellabyte Some of our micro services had to be refactored to share more data: meshing e.g. places API with other APIs where slow.
2
Replying to @DesignedByBlind
@designedbyblind @kellabyte Main reason for my skepticism about the “micro” aspect: Can’t see how to make fine-grained calls perform well

Mar 17, 2014 · 3:02 PM UTC

2
Replying to @stilkov
@stilkov @designedbyblind Exactly. If you look at history, "distributed objects" has been attempted many times. There's trade-offs.
1
Replying to @stilkov
@stilkov @designedbyblind Cohesion is still important. We shouldn't just toss that out the window.
1