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

rocketmq connect learning materials #475

Open
odbozhou opened this issue Apr 12, 2023 · 0 comments
Open

rocketmq connect learning materials #475

odbozhou opened this issue Apr 12, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@odbozhou
Copy link
Contributor

https://docs.google.com/document/d/1RCgIHorFRNuruDzF9o-nvu64osjNpzDH8-FoN9kmX0o/edit

Connect Api
使用此api开发Connector实现,例如JDBC Connector
https://github.com/openmessaging/openconnect

最新版本
https://search.maven.org/artifact/io.openmessaging/openmessaging-connect/0.1.4/pom

注:开发的Connector实现最好达成fatjar
参考其它connector maven配置
https://github.com/apache/rocketmq-connect/tree/master/connectors/rocketmq-connect-jdbc

RocketMQ Connect Runtime
https://github.com/apache/rocketmq-connect

Connector实现
https://github.com/apache/rocketmq-connect/tree/master/connectors

注:数据库相关的如果支持jdbc可以通过JDBC Connector接入,只需要简单实现扩展类即可
https://github.com/apache/rocketmq-connect/tree/master/connectors/rocketmq-connect-jdbc

@odbozhou odbozhou added the documentation Improvements or additions to documentation label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant