yanrongzhen commented on code in PR #4544:
URL: https://github.com/apache/eventmesh/pull/4544#discussion_r1387430520
##########
eventmesh-runtime/build.gradle:
##########
@@ -72,6 +72,9 @@ dependencies {
implementation project(":eventmesh-webhook:eventmesh-webhook-api")
implementation project(":eventmesh-webhook:eventmesh-webhook-receive")
+ implementation project(":eventmesh-retry:eventmesh-retry-api")
+ implementation project(":eventmesh-retry:eventmesh-retry-rocketmq")
Review Comment:
This is because the runtime needs to be loaded into a specific middleware
SPI implementation, similar to the `build.gradle` file in the runtime module,
lines 49 and 40.
---
这是因为runtime需要加载到具体中间件的SPI实现, 类似的做法在runtime模块中的`build.gradle`文件, 第49,40行也可以见到.
##########
eventmesh-runtime/build.gradle:
##########
@@ -72,6 +72,9 @@ dependencies {
implementation project(":eventmesh-webhook:eventmesh-webhook-api")
implementation project(":eventmesh-webhook:eventmesh-webhook-receive")
+ implementation project(":eventmesh-retry:eventmesh-retry-api")
+ implementation project(":eventmesh-retry:eventmesh-retry-rocketmq")
Review Comment:
This is because the runtime needs to be loaded into a specific middleware
SPI implementation, similar to the `build.gradle` file in the runtime module,
lines 49 and 40.
---
这是因为runtime需要加载到具体中间件的SPI实现, 类似的做法在runtime模块中的`build.gradle`文件, 第49,40行也可以见到.
--
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]