-
Kafka Streams
Kafka Streams is a stream processing library built on top of the Kafka platform, developed to meet the real-time data processing and analysis needs required by many systems today.
-
Microservice Architecture 3: Detailed Review of Asynchronous Communication
In the third part of the blog series, we will examine asynchronous communication in microservice architecture in detail with examples.
-
Microservice Architecture 2: Detailed Review of Synchronous Communication
In the second part of the blog series, we will examine synchronous communication in microservice architecture in detail with examples.
-
Microservice Architecture 1: Introduction to Communication
In this blog series, we discuss the importance of communication in microservice architecture. By comparing synchronous and asynchronous communication types, we discuss which scenarios are more suitable for each. Additionally, we cover real-world problems and potential solutions that can be applied to these problems.