You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PDF-Editor is the microservice project generate pdf file and send to user by email. It contains three main mirco services namely,user service to register and manage users, document service to generate pdf file, and email service to send email to user. Use Kafka to send messages between services and config server to manage properties.
A message broker is an architectural pattern for message validation, transformation, and routing. It mediates communication among applications, minimizing the mutual awareness that applications should have of each other in order to be able to exchange messages, effectively implementing decoupling.