Microservice Poster
Microservice Poster
PATTERNS
REQUEST-
RESPONSE
A service requests and
waits for a response
from another, using
synchronous
communication.
EVENT-DRIVEN
MESSAGE QUEUE Services
Services communicate communicate by
asynchronously using a publishing
queue, where the sender events, which
places messages, and the trigger reactions
receiver processes them from subscribed
when ready. services.
ASYNCHRONOUS
In asynchronous
PUBLISH-
messaging, the
sender continues SUBSCRIBE
without waiting, and In this event-driven variant,
the recipient messages go to a broker
processes the (e.g., RabbitMQ, Kafka) and
message later. subscribed services receive
them.
Made By
~ RHEA SHAJI
URK21CS7022