Chapter Conclusion
We'll conclude this chapter with a quick summary of what we've learned.
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 ...