ruanwenjun commented on a change in pull request #433:
URL: 
https://github.com/apache/incubator-eventmesh/pull/433#discussion_r670944804



##########
File path: settings.gradle
##########
@@ -18,11 +18,12 @@
 rootProject.name = 'EventMesh'
 String jdkVersion = "${jdk}"
 include 'eventmesh-runtime'
-include 'eventmesh-connector-rocketmq'
 include 'eventmesh-sdk-java'
 include 'eventmesh-common'
 include 'eventmesh-connector-api'
 include 'eventmesh-starter'
 include 'eventmesh-test'
 include 'eventmesh-spi'
+include 'eventmesh-connector-plugin'
+include 'eventmesh-connector-plugin:eventmesh-connector-rocketmq'
 

Review comment:
       Yes, we will not package the plugin into runtime, the all plugins will 
be packaged into jars, and copy to plugin directory.
   We can configure the plugin directory.




-- 
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]

Reply via email to