Distributed Systems - Anti-pattern - Microlith
A microlith is defined as a single-instance service in which synchronous method calls have been turned into synchronous REST calls and blocking database access remains blocking. This creates an architecture that is strong coupling like monolith but even with higher latency added by interprocess communication.