This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
commit 2a063c7fa862eb5d3d2995069b95a393e80364d7 Author: 2011shenlin <[email protected]> AuthorDate: Thu Sep 29 12:27:37 2022 +0800 doc:update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d78d934..f77d276 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ RocketMQ EventBridge is a subproject of rocketmq to make it easier to build even ## Architecture Events are sent to the event bus in two ways: 1) Push events through the SDK or Webhook actively; 2) Pulled events by eventbridge passively. Events obtained in both ways will be stored on the event bus. EventBus is the core concept in EventBridge, which allows you to subscribe to the events, filter the events, and push to the specified target by creating the event rule. The event on the event bus is stored by rocketmq. Through rocketmq-connect, we can pull the event from the register sou [...] +<img width="919" alt="image" src="https://user-images.githubusercontent.com/8605835/192938456-bc158f1c-ca4a-458c-9044-7c98cf048a5d.png"> + +The code architecture of EventBridge include 4 core modules: - `adapter` Adapt to different operating environments - `persistence` Implement the repository API in the domain layer and persist the model data. - `api` The open API provided by EventBridge.
