|
|
|
|
|
by fendy3002
1949 days ago
|
|
Especially if in new requirement, microservice A need to interact with service C which originally accessed via B. You can either: * Make additional changes in B which also takes resources, times and introducing overhead + point of failure, or * Make A interact directly with C which breaks the boundary |
|