2011shenlin commented on issue #53: URL: https://github.com/apache/rocketmq-eventbridge/issues/53#issuecomment-1418394768
`Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: 127.0.0.1:8082/connectors/1380866445961825-demo-bus-demo-rule-FC-target` Try to modify the config of connect endpoint to: (add 'http:// ' scheme) rocketmq.connect.endpoint=http://127.0.0.1:8082 -- 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]
