sofastack-guides / sofa-ark-spring-guides

sofa-ark-spring-guides
15 stars 19 forks source link

ark服务通信包版本问题 #20

Closed lwy91127 closed 1 year ago

lwy91127 commented 2 years ago

sofa.ark.version 为2.0.0 使用ark服务通信能力时引入了包 `

com.alipay.sofa
        <artifactId>runtime-sofa-boot-plugin</artifactId>
        <version>3.1.3</version>
    </dependency>`

但是该版本和2.0.0版本不匹配,启动时缺少类 com.alipay.sofa.ark.spi.event.BizEvent

image
gaosaroma commented 1 year ago

建议使用最新版的sofa ark,sofa boot 和 sofa ark 结合的demo可以看看这个:https://github.com/sofastack-guides/sofa-ark-dynamic-guides

lbj1104026847 commented 1 year ago

我使用了最新版本的sofa.ark.version 为2.1.3 使用了runtime服务通信能力:

com.alipay.sofa runtime-sofa-boot-plugin 3.1.3

也会报类找不到的错误,请问是啥原因呢? image

lvjing2 commented 1 year ago

目前 springboot 是没有做过和 runtime-sofa-boot-plugin 的适配的, runtime-sofa-boot-plugin 是在 sofaboot 里是适配的,不过 springboot 的适配最近正在解决。

lvjing2 commented 1 year ago

暂时关闭,有需要可以再开启