Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lwy91127 opened this issue Sep 21, 2022 · 4 comments
Closed

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

lwy91127 opened this issue Sep 21, 2022 · 4 comments

Comments

@lwy91127
Copy link

sofa.ark.version 为2.0.0
使用ark服务通信能力时引入了包
<dependency> <groupId>com.alipay.sofa</groupId> <artifactId>runtime-sofa-boot-plugin</artifactId> <version>3.1.3</version> </dependency>

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

image

@gaosaroma
Copy link
Collaborator

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

@lbj1104026847
Copy link

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

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

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

@lvjing2
Copy link
Contributor

lvjing2 commented Sep 15, 2023

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

@lvjing2
Copy link
Contributor

lvjing2 commented Sep 15, 2023

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

@lvjing2 lvjing2 closed this as completed Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants