This is an automated email from the ASF dual-hosted git repository. mikexue pushed a commit to branch xwm1992-patch-4 in repository https://gitbox.apache.org/repos/asf/eventmesh.git
commit f62b99be07f3ee2228f4215ea28b7eb5175cda8b Author: mike_xwm <[email protected]> AuthorDate: Mon May 22 17:56:28 2023 +0800 Update README.md --- eventmesh-connectors/README.md | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/eventmesh-connectors/README.md b/eventmesh-connectors/README.md index 2f8e14ae9..250a1df62 100644 --- a/eventmesh-connectors/README.md +++ b/eventmesh-connectors/README.md @@ -13,20 +13,27 @@ CloudEvents - A specification for describing event data in common formats to pro ## Implements Add a new connector by implementing the source/sink interface using : -[eventmesh-sdk-java](https://github.com/apache/eventmesh/tree/master/eventmesh-sdks/eventmesh-sdk-java) - -[eventmesh-connector-api](https://github.com/apache/eventmesh/tree/master/eventmesh-connector-sdks/eventmesh-connector-sdks-java) - -## Connector Release Status -EventMesh uses a grading system for connectors to help you understand what to expect from a connector: - -| | Alpha | Beta | General Availabilit [...] -|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------- [...] -| Expectations | An alpha connector signifies a connector under development and helps EventMesh gather early feedback and issues reported by early adopters. We strongly discourage using alpha releases for production use cases | A beta connector is considered stable and reliable with no backwards incompatible changes but has not been validated by a broader group of users. We expect to find and fix a few issues and bugs in the release before it’s ready for GA. | A generally availab [...] -| | | | [...] -| Production Readiness | No | Yes | Yes [...] - -| Connector Name | Type | Status | Support Version | -|---------------------------------------|--------|--------|-----------------| -| [RocketMQ](sink-connector-rocketmq) | Sink | Alpha | N/A | -| [RocketMQ](source-connector-rocketmq) | Source | Alpha | N/A | \ No newline at end of file +[eventmesh-connector-sdk-java](https://github.com/apache/eventmesh/tree/master/eventmesh-connector-sdks/eventmesh-connector-sdk-java) + +## Connector Status + +| Connector Name | Type | Support Version | +|---------------------------------------|--------|-----------------| +| [RocketMQ](sink-connector-rocketmq) | Sink | N/A | +| [RocketMQ](source-connector-rocketmq) | Source | N/A | +| ClickHouse | Sink | N/A | +| ClickHouse | Source | N/A | +| DingTalk | Sink | N/A | +| Email | Sink | N/A | +| FeiShu | Sink | N/A | +| Github | Source | N/A | +| Http | Sink | N/A | +| Http | Source | N/A | +| Jdbc | Sink | N/A | +| Jdbc | Source | N/A | +| MySqlCDC | Source | N/A | +| MongoDB | Sink | N/A | +| MongoDB | Source | N/A | +| S3File | Sink | N/A | +| S3File | Source | N/A | +| More connectors will be added... | Source/Sink | N/A | --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
