Dapr publish / subscribe
preface
 Previous article This article will learn about the state management of Dapr, and this article will continue to learn about the subscription / publication building blocks.
1, Definition:
The concept of publish and subscribe comes from the design idea of event driven architecture (EDA), which is a main way to decouple programs (applicat ...
Posted by DoctorWho on Sun, 07 Nov 2021 14:15:57 -0800
Dapr status management
preface:
In the previous article, we learned about the service invocation mode of Dapr. In this article, we continue to learn about state management.
1, Status management - problems solved
Tracking status in distributed applications has the following problems:
Applications may require different types of data storage.
Different levels of consis ...
Posted by GreyBoy on Sun, 31 Oct 2021 05:40:43 -0700