When you get into microservices, you get into additional layers of complexity.
The primary one being that you now need to get into inter-service communications, which means serializing/de-serializing messages across the wire, and building in structure to handle the associated failure modes.
1 comment
[ 3.5 ms ] story [ 20.0 ms ] threadWhen you get into microservices, you get into additional layers of complexity.
The primary one being that you now need to get into inter-service communications, which means serializing/de-serializing messages across the wire, and building in structure to handle the associated failure modes.