-
Notifications
You must be signed in to change notification settings - Fork 3k
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
V2.6.1版本 TooManyResultsException #5907
Comments
hi, more error logs, pls? |
hi, springcloud client should register to a registry center such as nacos or eureka, which is the serverLists properties |
hi, can you show your client project`s pom and config properties? so we can try to recurrent this error |
by the way , if u want to register springcloud client to admin. u can refer this: https://shenyu.apache.org/zh/docs/quick-start/quick-start-springcloud |
can u add my wechat: aias00 |
大佬这个例子我跑通了,接口可以正常通过网关转发,现在就只有刚才提的问题了,还有个疑问,就是springcloud插件和divide插件的根本区别在什么地方,我一个http请求过来,先过divide然后springcloud,不都是对请求的分流么,难道只是针对不同的协议么 |
yes, divide plugin and springcloud plugin now have a little difference. springcloud clients upstream should be found from a registry center. and the distribution logic is just same. next version we will remove the springcloud plugin |
|
Question
我在试着注册springcloud服务到shenyu-admin,客户端的配置如下:
shenyu:
register:
enabled: true
registerType: http
serverLists: http://localhost:9095
props:
username: admin
password: 1qaz!QAZ
client:
springCloud:
props:
contextPath: /system
port: 8193
isFull: true
然后再admin中查看springcloud的插件选择器报错
我查了下数据库,是表的数据多了,但是我不知道问题出在哪里
The text was updated successfully, but these errors were encountered: