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

dubbo 集成 nacos注册中心 ,配置列表会自动创建很多无关的配置 #6645

Closed
itduotai opened this issue Aug 25, 2020 · 18 comments

Comments

@itduotai
Copy link

itduotai commented Aug 25, 2020

image
image
image
我在日志中找到了写入的日志但不知道为什么要写入
2020-08-25 15:27:40.765 INFO 14168 --- [Report-thread-1] c.a.n.client.config.NacosConfigService : [fixed-139.199.97.177_8848-dev] [publish-single] ok, dataId=cn.raretime.api.HelloService::dev_group:provider:time-manager-service, group=dev_group, tenant=dev, config={"parameters":{"side":"provider","release":"2.7.8","methods":"hello","deprecated":"false","dubbo":"2...
image
image

@AlbumenJ
Copy link
Member

The properties you pointed are used by Service Discovery model. It is used to map interface to application. You can refer it in this.

@itduotai
Copy link
Author

itduotai commented Aug 25, 2020 via email

@tttmmiao
Copy link

image
请问dubbo怎么配置dataId, 才是蓝框的格式, 而不是 默认的绿框格式?

@zjujunge
Copy link

请问怎么解决呢?我也遇到了一样的问题

@zjujunge
Copy link

Thank you. It's settled

------------------ 原始邮件 ------------------ 发件人: "Albumen Kevin"<notifications@github.com>; 发送时间: 2020年8月25日(星期二) 下午4:04 收件人: "apache/dubbo"<dubbo@noreply.github.com>; 抄送: "努力の往前飛"<1184156375@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [apache/dubbo] dubbo 集成 nacos注册中心 ,配置列表会自动创建很多无关的配置 (#6645) The properties you pointed are used by Service Discovery model. It is used to map interface to application. You can refer it in this. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

请问怎么解决呢?我也遇到了一样的问题

@itduotai
Copy link
Author

Thank you. It's settled

------------------ 原始邮件 ------------------ 发件人: "Albumen Kevin"<notifications@github.com>; 发送时间: 2020年8月25日(星期二) 下午4:04 收件人: "apache/dubbo"<dubbo@noreply.github.com>; 抄送: "努力の往前飛"<1184156375@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [apache/dubbo] dubbo 集成 nacos注册中心 ,配置列表会自动创建很多无关的配置 (#6645) The properties you pointed are used by Service Discovery model. It is used to map interface to application. You can refer it in this. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

请问怎么解决呢?我也遇到了一样的问题

https://mercyblitz.github.io/2020/05/11/Apache-Dubbo-%E6%9C%8D%E5%8A%A1%E8%87%AA%E7%9C%81%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1/

看下这个文章就知道了

@peak-wind
Copy link

看了文章还是有点不是很明白要怎么解决.

@ymingxu
Copy link

ymingxu commented Oct 14, 2020

我也遇到同样问题,dubbo 2.7.6,nacos 1.2.0。看了这篇文章也没明白怎么解决,大佬能给直接的指点一二吗

@ymingxu
Copy link

ymingxu commented Oct 14, 2020

Thank you. It's settled

------------------ 原始邮件 ------------------ 发件人: "Albumen Kevin"<notifications@github.com>; 发送时间: 2020年8月25日(星期二) 下午4:04 收件人: "apache/dubbo"<dubbo@noreply.github.com>; 抄送: "努力の往前飛"<1184156375@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [apache/dubbo] dubbo 集成 nacos注册中心 ,配置列表会自动创建很多无关的配置 (#6645) The properties you pointed are used by Service Discovery model. It is used to map interface to application. You can refer it in this. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

请问怎么解决呢?我也遇到了一样的问题

https://mercyblitz.github.io/2020/05/11/Apache-Dubbo-%E6%9C%8D%E5%8A%A1%E8%87%AA%E7%9C%81%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1/

看下这个文章就知道了

没明白怎么解决

@zhangran2616
Copy link

@ymingxu 请问下 你这个问题解决了吗?

@ymingxu
Copy link

ymingxu commented Oct 29, 2020

@ymingxu 请问下 你这个问题解决了吗?
这是一个bug,dubbo的问题,目前还没办法解决,有能力就自己改源码吧
dubbo:
application:
metadata-type: local

@zhangran2616
Copy link

@ymingxu 我刚刚加了 貌似还是有多余的配置,你加了之后没有了吗?
Uploading image.png…

@ymingxu
Copy link

ymingxu commented Oct 29, 2020

@ymingxu 我刚刚加了 貌似还是有多余的配置,你加了之后没有了吗?

我的也有。
image

@zhangran2616
Copy link

@ymingxu 我刚刚加了 貌似还是有多余的配置,你加了之后没有了吗?

我的也有。
image

嗯,好的。感觉bug又点多啊。。。

@BetyChen
Copy link

@ymingxu 我刚刚加了 貌似还是有多余的配置,你加了之后没有了吗?

我的也有。
image

嗯,好的。感觉bug又点多啊。。。

我换成2.7.3版本解决此问题

@Qoooooooooooo
Copy link

@ymingxu 我刚刚加了 貌似还是有多余的配置,你加了之后没有了吗?

我的也有。
image

嗯,好的。感觉bug又点多啊。。。

我换成2.7.3版本解决此问题

如果用spring cloud alibaba新版本2.7.3会有其他问题,我也是在纠结这个BUG,nacos配置上限200 服务多了就满了

@he675724590
Copy link

@ymingxu 我刚刚加了,似乎还是有多余的配置,你加了,没有吗?

我的也有。
图像

加行配置
dubbo:
registry:
use-as-config-center: false

@zhoubang85
Copy link

@ymingxu 我刚刚加了,似乎还是有多余的配置,你加了,没有吗?

我的也有。
图像

加行配置
dubbo:
registry:
use-as-config-center: false

按照你的配置,成功解决了。thanks

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