eventmesh
eventmesh copied to clipboard
[Feature] Embed the connector into EventMesh Server for DTS
Search before asking
- [X] I had searched in the issues and found no similar issues.
Feature Request
Currently, the connector
and eventmesh-runtime
run separately. At the same time, the connector
integrates eventmesh-sdk
to communicate with eventmesh-runtime
, and the data synchronization process will go through an eventmesh storage
. The synchronized data passes through multiple nodes and undergoes multiple serialization and deserialization operations, which has a great loss on the efficiency of synchronized data. We hope to embed the connector
into the eventmesh-runtime
and optimize the eventmesh-runtime
memory storage mode. The source/sink connector can complete data flow and synchronization through memory storage in eventmesh-runtime
, improving the efficiency of synchronizing data.
Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct *