tree: d1fc66de068511efaa2cef8bfe20d9f6ff60ba52 [path history] [tgz]
  1. sink-connector-rocketmq/
  2. source-connector-rocketmq/
  3. build.gradle
  4. gradle.properties
  5. README.md
eventmesh-connectors/README.md

Connectors

Connector

A connector is a bridge that interacts with a specific external service or underlying data source (e.g., Databases) on behalf of user applications. A connector is either a Source or a Sink.

Source

A source connector obtains data from an underlying data producer and delivers it to targets, after original data has been transformed into CloudEvents. It doesn't limit the way how a source retrieves data. (e.g., A source may pull data from a message queue or act as an HTTP server waiting for data sent to it).

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.

Implements

Add a new connector by implementing the source/sink interface using :

eventmesh-openconnect-java

Connector Status

Connector NameTypeSupport Version
RocketMQSinkN/A
RocketMQSourceN/A
ClickHouseSinkN/A
ClickHouseSourceN/A
DingTalkSinkN/A
EmailSinkN/A
FeiShuSinkN/A
GithubSourceN/A
HttpSinkN/A
HttpSourceN/A
JdbcSinkN/A
JdbcSourceN/A
MySqlCDCSourceN/A
MongoDBSinkN/A
MongoDBSourceN/A
S3FileSinkN/A
S3FileSourceN/A
More connectors will be added...Source/SinkN/A