Oliverwqcwrw commented on code in PR #345: URL: https://github.com/apache/rocketmq-connect/pull/345#discussion_r1007544068
########## connectors/rocketmq-connect-rabbitmq/README.md: ########## @@ -1,17 +1,35 @@ ##### ActiveConnector fully-qualified name org.apache.rocketmq.connect.rabbitmq.connector.RabbitmqSourceConnector +**rabbitmq-source-connector** start + +``` +POST http://${runtime-ip}:${runtime-port}/connectors/rabbitmqSourceConnector +{ + "connector.class":"org.apache.rocketmq.connect.rabbitmq.connector.RabbitmqSourceConnector", + "max-task":"2", Review Comment: done ########## connectors/rocketmq-connect-rabbitmq/README.md: ########## @@ -1,17 +1,35 @@ ##### ActiveConnector fully-qualified name org.apache.rocketmq.connect.rabbitmq.connector.RabbitmqSourceConnector +**rabbitmq-source-connector** start + +``` +POST http://${runtime-ip}:${runtime-port}/connectors/rabbitmqSourceConnector +{ + "connector.class":"org.apache.rocketmq.connect.rabbitmq.connector.RabbitmqSourceConnector", + "max-task":"2", + "host":"localhost", + "port":5672, + "username":"guest", + "password":"guest", + "destinationType":"topic", + "destinationName":"testTopic", + "connect.topicname":"rabbitmqTopic", + "value-converter":"org.apache.rocketmq.connect.runtime.converter.record.json.JsonConverter", Review Comment: done -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
