Scatter/Gather Pattern Scatter/Gather pattern acts similar to a tree pattern. The client’s request is received by the root. Root normally contains two nodes, Distributor and
ReadLeader Election Pattern In the Distributed system, multiple instances need to perform the same task, read/write from the same resource. In order to do so,
ReadAmbassador Pattern The Ambassador pattern creates a container that acts as a proxy between the main container and the external system. This enables the main
ReadAdapter Pattern In the adapter pattern- the adapter container provides a simplified and unified response to an external system. As mentioned in the original article
ReadContainer The container is a software package that includes all your code, dependencies (configuration and system libraries). A design pattern provides an already established solution/method
ReadView More