Chapter Conclusion
Understand the role of Kafka in asynchronous microservices communication, including its benefits like event sourcing, parallel processing, and message delivery guarantees, as well as the challenges of managing Kafka infrastructure and schema evolution.
We'll cover the following...
We'll cover the following...
Kafka offers an interesting approach for the asynchronous communication between microservices.
Benefits #
-
Kafka can store records permanently, which facilitates the use of event sourcing in some scenarios. In addition, approaches like ...