Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Types of Communications between two spring boot application [closed]

I have 2 spring boot applications and I need to communicate between these two applications. I have rest template to communicate. Any other techniques to communicate other than rest template?

like image 570
Rajasekar Sambandam Avatar asked Jan 31 '18 07:01

Rajasekar Sambandam


1 Answers

There are some patterns are being used in microservice architecture:

  1. https://medium.com/@diogo.lucas/communication-patterns-in-a-microservice-world-af07192b12d3
  2. http://microservices.io/patterns/communication-style/messaging.html
  3. https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/architect-microservice-container-applications/communication-in-microservice-architecture
like image 189
Mitul Gedeeya Avatar answered Sep 28 '22 16:09

Mitul Gedeeya