Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge 1.2.1 to develop #264

Merged
merged 2 commits into from
Apr 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ General functions of the eventmesh:

* **eventmesh-runtime** : an middleware to transmit events between event producers and consumers, support cloud native apps and microservices.
* **eventmesh-sdk-java** : currently supports HTTP and TCP protocols, and will support gRPC in the future.
* **eventmesh-registry** : automatically routes events between applications and services connected to seperate event meshers, manage eventmesh-runtime.
* **eventmesh-connector-rocketmq** : an implementation based on OpenMessaging Connector Interface, pub event to or sub event from RocketMQ Event Store.

**Protocol:**
Expand Down
1 change: 0 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Event Mesh的一般功能:

* **eventmesh-runtime**:一种中间件,用于在事件产生者和使用者之间传输事件,支持云原生应用程序和微服务
* **eventmesh-sdk-java**:当前支持HTTP和TCP协议,未来会支持gRPC等
* **eventmesh-registry**:自动在连接到单独事件网格器的应用程序和服务之间路由事件, 管理runtime
* **eventmesh-connector-rocketmq** : 一种基于OpenMessagingConnector 接口的实现,该实现支持将RocketMQ作为事件存储,实现事件的发布与订阅

**通信协议:**
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ subprojects {
from project.jar.getArchivePath()
exclude 'eventmesh-common*.jar'
exclude 'eventmesh-connector-api*.jar'
exclude 'eventmesh-registry*.jar'
exclude 'eventmesh-starter*.jar'
exclude 'eventmesh-test*.jar'
exclude 'eventmesh-sdk*.jar'
Expand Down
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Dependent components:
Key components:
* eventmesh-runtime : an middleware to transmit events between event producers and consumers, support cloud native apps and microservices
* eventmesh-sdk-java : currently supports HTTP and TCP protocols, and will support gRPC in the future
* eventmesh-registry : automatically routes events between applications and services connected to seperate EventMeshes, manage eventmesh-runtime

## RoadMap
| version | feature |
Expand Down
1 change: 0 additions & 1 deletion docs/cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Event Mesh的一般功能:
关键部件:
* eventmesh-runtime:一种中间件,用于在事件产生者和使用者之间传输事件,支持云原生应用程序和微服务
* eventmesh-sdk-java:当前支持HTTP和TCP协议,未来会支持gRPC等
* eventmesh-registry:自动在连接到单独事件网格器的应用程序和服务之间路由事件, 管理runtime

## RoadMap
| version | feature |
Expand Down
1 change: 0 additions & 1 deletion docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Dependent components:
Key components:
* eventmesh-runtime : an middleware to transmit events between event producers and consumers, support cloud native apps and microservices
* eventmesh-sdk-java : currently supports HTTP and TCP protocols, and will support gRPC in the future
* eventmesh-registry : automatically routes events between applications and services connected to seperate event meshers, manage eventmesh-runtime

## RoadMap
| version | feature |
Expand Down
1 change: 0 additions & 1 deletion docs/eventmesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ EventMesh的一般功能:
关键部件:
* eventmesh-runtime:一种中间件,用于在事件产生者和使用者之间传输事件,支持云原生应用程序和微服务
* eventmesh-sdk-java:当前支持HTTP和TCP协议,未来会支持gRPC等
* eventmesh-registry:自动在连接到事件网格的应用程序和服务之间路由事件, 管理EventMesh


## 开源地址
Expand Down
14 changes: 0 additions & 14 deletions eventmesh-registry/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ rootProject.name = 'EventMesh'
String jdkVersion = "${jdk}"
include 'eventmesh-runtime'
include 'eventmesh-connector-rocketmq'
include 'eventmesh-registry'
include 'eventmesh-sdk-java'
include 'eventmesh-common'
include 'eventmesh-connector-api'
Expand Down