lrhkobe commented on a change in pull request #485:
URL:
https://github.com/apache/incubator-eventmesh/pull/485#discussion_r683388784
##########
File path: eventmesh-runtime/conf/eventmesh.properties
##########
@@ -56,4 +56,8 @@
eventMesh.server.registry.fetchRegistryAddrIntervalInMills=20000
#eventMesh.server.defibus.client.comsumeTimeoutInMin=5
#connector plugin
-eventMesh.connector.plugin.type=rocketmq
\ No newline at end of file
+eventMesh.connector.plugin.type=rocketmq
+
+#acl plugin
+eventMesh.server.acl.enabled=false
+eventMesh.acl.plugin.type=acl
Review comment:
OK, I will adjust it.
##########
File path:
eventmesh-common/src/main/java/org/apache/eventmesh/common/config/CommonConfiguration.java
##########
@@ -29,23 +29,13 @@
public String eventMeshName = "";
public String sysID = "5477";
public String eventMeshConnectorPluginType = "rocketmq";
+ public String eventMeshAclPluginType = "acl";
Review comment:
OK, I will adjust it.
--
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]