The latest Centos7 environment uses dapr1 6. Implementation Net6 microservice invocation practice

Dapr (* * D * * distributed application runtime) is an open source, portable and event driven runtime. It enables developers to easily build elastic and micro service applications running on cloud platforms and edges, whether stateless or stateful. Dapr enables developers to focus on writing business logic rather than solving the challenges of ...

Posted by izzy on Mon, 07 Mar 2022 03:15:34 +0100

MASA Framework - EventBus design

summary The publish subscribe mode is used to decouple different architecture levels, and can also be used to isolate the interaction between businesses advantage: loose coupling crosscutting concern Testability event driven <!-- more --> Publish subscribe mode The publisher sends the message to the subscriber through t ...

Posted by shack on Fri, 14 Jan 2022 16:35:03 +0100