-
Notifications
You must be signed in to change notification settings - Fork 47
Description
(Related issue apache/eventmesh#4680. CC @VishalMCF.)
https://github.com/apache/eventmesh-site/blob/master/docs/instruction/03-runtime.md
Current EventMesh Connector is different from the initial EventMesh Connector, and it is a standalone service now. 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, all of the image paths in this document are incorrect. They should be /static/images/... instead of /images/... (Similar issue: #142 ).