மைக்ரோ சேவைகளின் மோசமான விளைவு "விநியோகிக்கப்பட்ட ஒற்றை நிறை" ஆகும்: சேவைகள் உடல்ரீதியாக தனித்தனியாக இருந்தாலும் மிக நெருக்கமாக இணைக்கப்பட்டுள்ளன, அவை சேர்ந்து கொണ்டு வரப்பட வேண்டும் — நீங்கள் விநியோகத்தின் அனைத்து செலவுகள் மற்றும் சுதந்திரம் இல்லாமல் பெறுவீர்கள்.
விநியோகிக்கப்பட்ட ஒற்றை நிறை அறிகுறிகள்
✗ Changing one service forces redeploying several others
✗ Services share a database / shared schema
✗ A single request fans out through many synchronous hops
✗ Releases must be coordinated across teams
→ you pay network + ops cost but lost independent deployability
