mxsm commented on code in PR #4468:
URL: https://github.com/apache/eventmesh/pull/4468#discussion_r1342927908
##########
eventmesh-runtime/conf/eventmesh.properties:
##########
@@ -72,7 +72,7 @@
eventMesh.server.blacklist.ipv4=0.0.0.0/8,127.0.0.0/8,169.254.0.0/16,255.255.255
eventMesh.server.blacklist.ipv6=::/128,::1/128,ff00::/8
#connector plugin
-eventMesh.connector.plugin.type=standalone
+eventMesh.connector.plugin.type=rocketmq
Review Comment:
Use standalone
##########
eventmesh-connectors/eventmesh-connector-rocketmq/src/main/resources/source-config.yml:
##########
@@ -26,7 +26,7 @@ pubSubConfig:
passWord: rocketmqPassWord
connectorConfig:
connectorName: rocketmqSource
- nameserver: 127.0.0.1:9877
+ nameserver: 192.168.123.50:9876
Review Comment:
Using 127.0.0.1:9876 might be a better choice
--
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]