Skip to content

Commit 7aa3eda

Browse files
committed
Update README.md
1 parent 78a827a commit 7aa3eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@ Microservices are an architectural style and comprises of small modules/elements
19661966
The microservices are distributed and communicate with each other by inter-service communication on network level. Each microservice has its own instance and process. Therefore, services must interact using an inter-service communication protocols like HTTP, gRPC or message brokers AMQP protocol.
19671967

19681968
<p align="center">
1969-
<img src="assets/microservices-communication.png" alt="Middleware functions" width="500px" />
1969+
<img src="assets/microservices-communication.png" alt="Microservices Communication" width="500px" />
19701970
</p>
19711971

19721972
Client and services communicate with each other with many different types of communication. Mainly, those types of communications can be classified in two axes.

0 commit comments

Comments
 (0)