You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/05/03 05:26:42 UTC

[GitHub] [rocketmq-connect] youngkangrui opened a new issue, #122: quickstart gitbook has some wrong messages

youngkangrui opened a new issue, #122:
URL: https://github.com/apache/rocketmq-connect/issues/122

   i found some wrong messages when i try to reaapear the example followinig the guide  [quick-start](https://rocketmq-1.gitbook.io/rocketmq-connector/quick-start/file-connector)
   1. “两套RocketMQ集群环境”应该改为“一套RocketMQ集群环境”,因为file的record发送和file的record消费是一套集群, <img width="975" alt="截屏2022-05-03 下午1 11 32" src="https://user-images.githubusercontent.com/23549507/166407301-0e3d5afd-6186-4e07-8e9a-2cb2e3741b99.png">
   2. ”source connector启动“目录下的”topic“都应该改为“connect-topicname”
   <img width="1169" alt="截屏2022-05-03 下午1 19 34" src="https://user-images.githubusercontent.com/23549507/166407603-5aa020b9-eca6-4e21-b7c2-49a229d2a784.png">
   3. “sink connector启动”目录下的”topic“都应该改为“connect-topicname”
   
   finally i want to show commond line to start the file-connector, if anyone needed
   1. wget --post-data='{"connector-class":"org.apache.rocketmq.connect.file.FileSourceConnector","connect-topicname":"fileTopic","filename":"/home/lighthouse/source-file.txt","source-record-converter":"org.apache.rocketmq.connect.runtime.converter.JsonConverter"}' http://localhost:8081/connectors/fileConnectorSource
   
   2. wget --post-data='{"connector-class":"org.apache.rocketmq.connect.file.FileSinkConnector","connect-topicname":"fileTopic","filename":"/home/lighthouse/sink-file.txt","source-record-converter":"org.apache.rocketmq.connect.runtime.converter.JsonConverter"}' http://localhost:8081/connectors/fileConnectorSink


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-connect] odbozhou commented on issue #122: quickstart gitbook has some wrong messages

Posted by GitBox <gi...@apache.org>.
odbozhou commented on issue #122:
URL: https://github.com/apache/rocketmq-connect/issues/122#issuecomment-1119226545

   connect正准备做文档相关的优化,你有兴趣优化connect相关的文档吗


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-connect] odbozhou commented on issue #122: quickstart gitbook has some wrong messages

Posted by GitBox <gi...@apache.org>.
odbozhou commented on issue #122:
URL: https://github.com/apache/rocketmq-connect/issues/122#issuecomment-1120145687

   > > connect正准备做文档相关的优化,你有兴趣优化connect相关的文档吗
   > 
   > 可以试试
   
   https://shimo.im/docs/25q5MmEMb4hOWEqD
   可以看下这个文档,加下微信群和钉钉群方便沟通交流


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-connect] youngkangrui commented on issue #122: quickstart gitbook has some wrong messages

Posted by GitBox <gi...@apache.org>.
youngkangrui commented on issue #122:
URL: https://github.com/apache/rocketmq-connect/issues/122#issuecomment-1119246093

   > connect正准备做文档相关的优化,你有兴趣优化connect相关的文档吗
   
   可以试试


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org