This is an automated email from the ASF dual-hosted git repository. chenguangsheng pushed a commit to branch qqeasonchen-patch-3 in repository https://gitbox.apache.org/repos/asf/eventmesh.git
commit 1499083c1642e77a9de9586000424b98f42981b7 Author: Eason Chen <[email protected]> AuthorDate: Tue Apr 11 21:25:45 2023 +0800 Update README.md --- eventmesh-connectors/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/eventmesh-connectors/README.md b/eventmesh-connectors/README.md index 96783fd97..31b91a48b 100644 --- a/eventmesh-connectors/README.md +++ b/eventmesh-connectors/README.md @@ -4,3 +4,11 @@ Source - A source connector obtains data from an underlying data producer and de Sink - A sink connector receives CloudEvents and does some specific business logics. (e.g., A MySQL Sink extracts useful data from CloudEvents and writes them to a MySQL database). CloudEvents - A specification for describing event data in common formats to provide interoperability across services, platforms and systems. + +Add a new connector by implementting the source/sink interface using different SDKs: + +[eventmesh-sdk-java](https://github.com/apache/eventmesh/tree/master/eventmesh-sdk-java) + +[eventmesh-sdk-go](https://github.com/apache/eventmesh/tree/master/eventmesh-sdk-go) + +[eventmesh-sdk-rust](https://github.com/apache/eventmesh/tree/master/eventmesh-sdk-rust) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
