A strangler-fig minta fokozatosan végzi a migrálást: körülötte tartasz a monolitot egy routing réteggel, egyszer egy képességet ki egy szolgáltatásba húzol, és a forgalmat oda irányítod át — amíg a monolitot "meg nem fojtod". Nincs big-bang rewrite.
Hogyan működik
Step 1: route all traffic through a facade/proxy to the monolith
Step 2: extract ONE capability → new service
Step 3: route just that path to the new service
Step 4: repeat; delete that code from the monolith
Client ─▶ [ Proxy ] ─┬─▶ /orders ─▶ NEW Orders service
└─▶ everything else ─▶ Monolith
