WebSockets with STOMP and Spring Boot
Often in projects, we need to maintain constant communication with the backend server to make requests or display real-time information. WebSockets can help us with that. In this post, we'll…
Our team work realy hard to produce quality content on this website and we noticed you have ad-blocking enabled. Advertisements and advertising enable us to continue working and provide high-quality content.
Often in projects, we need to maintain constant communication with the backend server to make requests or display real-time information. WebSockets can help us with that. In this post, we'll…
In recent times, Spring Boot has become the de facto framework for creating microservices. One of the patterns used in microservice creation is choreography, where Kafka, using the event sourcing…
In this post, we're going to talk about how to use Kafka in a Microservices Architecture, not Franz Kafka the Bohemian writer, but the Apache tool in Microservices, and how…
Microservices architecture can be considered as a small set of services, each with its own life and functions. These services can function in isolation without any issues, but sometimes they…