<ahref="https://github.com/dotnetcore/cap/issues"><buttondata-md-color-primary="purple"type="submit"> Active Issues <iclass="fa fa-github fa-2x"></i></button></a>
<ahref="https://github.com/dotnetcore/cap/issues"><buttondata-md-color-primary="purple"type="submit"> Active Issues <iclass="fa fa-github fa-2x"></i></button></a>
## Submitting Changes
## 提交更改
You can also contribute by submitting pull requests with code changes.
您还可以通过提交代码更改PR来做出贡献。
>
>
Pull requests let you tell others about changes you've pushed to a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before the changes are merged into the repository.
@@ -6,7 +6,7 @@ CAP 是一个EventBus,同时也是一个在微服务或者SOA系统中解决
...
@@ -6,7 +6,7 @@ CAP 是一个EventBus,同时也是一个在微服务或者SOA系统中解决
!!! question "什么是 EventBus?"
!!! question "什么是 EventBus?"
An Eventbus is a mechanism that allows different components to communicate with each other without knowing about each other. A component can send an Event to the Eventbus without knowing who will pick it up or how many others will pick it up. Components can also listen to Events on an Eventbus, without knowing who sent the Events. That way, components can communicate without depending on each other. Also, it is very easy to substitute a component. As long as the new component understands the Events that are being sent and received, the other components will never know.
Transports move data from one place to another – between acquisition programs and pipelines, between pipelines and the entity database, and even between pipelines and external systems.