Goldilocks Microservices | Vanilla #Java
When structuring microservices we have to consider;
- how fine grain should our components be?
- how distributed should they be?
I believe it's important to treat these as separate concerns, even to the extent of ensuring your business logic components are not dependant on the choice of transport, or even whether you have a transport at all.
Read full article from Goldilocks Microservices | Vanilla #Java
No comments:
Post a Comment