pandaapo opened a new issue, #159: URL: https://github.com/apache/eventmesh-site/issues/159
https://github.com/apache/eventmesh-site/blob/master/docs/instruction/03-runtime.md The initial EventMesh Connector was later changed to EventMesh Storage, but the relevant instructions in the documentation were not changed, resulting in users not knowing how to use Storage and Connector, and even attempting to use Storage or Connector in the wrong way. For example: > The content of the file is the mapping from the plugin instance name to the plugin instance, see eventmesh-connector-rocketmq plugin module for details. > implementation project(":eventmesh-connectors:eventmesh-connector-rocketmq") > #connector plugin > eventMesh.connector.plugin.type=rocketmq > // Example: Load the RocketMQ plugin > implementation project(":eventmesh-connectors:eventmesh-connector-rocketmq") Now eventmesh-connector-rocketmq as Connector, it does not run as a plugin, here they should be eventmesh-storage-rocketmq. Additionally, many of the image paths in this document are incorrect. They should be `/static/images/...` instead of `/images/...`. (Related issue https://github.com/apache/eventmesh/issues/4680. CC @VishalMCF.) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
