When you dealing with inter-dependencies (or circular dependencies) rules between components, you can consider to use Intercepting Filter Design Pattern to solve your problems.
Tag: architecture
A Food for Thought: How to Share Data Among Services in a Microservice World (part 2)
A microservice architecture is all about transferring data from one service to another.
A Food for Thought: How to Share Data Among Services in a Microservice World (part 1)
A microservice architecture is all about transferring data from one service to another.