-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
[BUG] Spring Cloud Alibaba 2023.0.3.2 + Dubbo 3.3.3 + Nacos 2.5.0 + Spring Boot 3.4.2 + JDK 21 接人 Sentinel 1.8.8 ,Sentinel dashboard 1.8.8 没有显示应用, 是什么原因? #3497
Comments
com.alibaba.csp.sentinel.config.SentinelConfig#getConfig(java.lang.String, boolean) public static String getConfig(String key, boolean envVariableKey) {
} |
com.alibaba.csp.sentinel.config.SentinelConfig#getConfig(java.lang.String, boolean) /**
|
解决方案: 在 中修改,如下代码: /**
// AssertUtil.notNull(key, "key cannot be null");
|
还有一个问题,是显示 Dubbo 服务对应的 main方法 的类名,而不是 application name ,解决方案如下: com.alibaba.csp.sentinel.config.SentinelConfig 类中,添加 和 修改代码如下: /** private static void resolveAppName() {
|
Issue Description
Type: bug report
Describe what happened
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: