We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type: bug report or feature request
同一台机器 (springboot+dubbo) consumer :-Dcsp.sentinel.dashboard.server=localhost:8080 -Dproject.name=bos-web-provider -Dcsp.sentinel.api.port=8719 provider : -Dcsp.sentinel.dashboard.server=localhost:8080 -Dproject.name=bos-app-provider -Dcsp.sentinel.api.port=8720 引入包 com.alibaba.csp sentinel-dubbo-adapter ${sentinel.adapter.version} com.alibaba.csp sentinel-transport-simple-http ${sentinel.http.version} 通过控制台显示,只显示了1个应用的信息,机器端口号为8719 如果不设置-Dcsp.sentinel.api.port=8720,能显示两个,但是配置限流规则后,flowRules只有在provider端能看到,consumer端flowRules为空
通过端口,针对不同的应用配置对应的生效的限流规则
The text was updated successfully, but these errors were encountered:
1c9f160
Thanks for reporting!
Sorry, something went wrong.
Fixes #20: Fix runtime port and heartbeat sending logic
6646df3
- Sentinel should not send heartbeat to dashboard until the runtime port has been settled down Signed-off-by: Eric Zhao <[email protected]>
Fixes alibaba#20: Fix runtime port and heartbeat sending logic
fc6ee7a
Close no response PRs, closes alibaba#164, closes alibaba#167, closes a…
a4ada22
…libaba#166, closes alibaba#20, closes alibaba#38, closes alibaba#40, closes alibaba#57, closes alibaba#81, closes alibaba#99, closes alibaba#117
sczyh30
No branches or pull requests
Issue Description
Type: bug report or feature request
Describe what happened (or what feature you want)
同一台机器 (springboot+dubbo)
consumer :-Dcsp.sentinel.dashboard.server=localhost:8080 -Dproject.name=bos-web-provider -Dcsp.sentinel.api.port=8719
provider : -Dcsp.sentinel.dashboard.server=localhost:8080 -Dproject.name=bos-app-provider -Dcsp.sentinel.api.port=8720
引入包
com.alibaba.csp
sentinel-dubbo-adapter
${sentinel.adapter.version}
com.alibaba.csp
sentinel-transport-simple-http
${sentinel.http.version}
通过控制台显示,只显示了1个应用的信息,机器端口号为8719
如果不设置-Dcsp.sentinel.api.port=8720,能显示两个,但是配置限流规则后,flowRules只有在provider端能看到,consumer端flowRules为空
Describe what you expected to happen
通过端口,针对不同的应用配置对应的生效的限流规则
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: