[GitHub] [dubbo] zewade commented on issue #10446: 一次rpc调用如何指定全局参数,rpc上下文需要调用一次指定一次,需求是全局有效的

2023-01-05 Thread GitBox
zewade commented on issue #10446: URL: https://github.com/apache/dubbo/issues/10446#issuecomment-1373068344 请问除了自己将全局参数缓存到ThreadLocal之外,Dubbo还有什么方法可以实现这样的针对一次请求的全局参数。连续调用多个远程方法,attachments在调用第一个远程方法完毕后被清空,无法连续传递。 -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [dubbo] hebrd commented on issue #11231: 服务IP错乱

2023-01-05 Thread GitBox
hebrd commented on issue #11231: URL: https://github.com/apache/dubbo/issues/11231#issuecomment-1373051824 谢谢回复。由于整个JVM涉及比较多商业信息,不是很方便全部公开出来。能否指导一下需要哪些关键信息,我看看能否脱敏后贴一些上来。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [dubbo] chickenlj commented on issue #11113: Dubbo 可观测性方案与目标设计

2023-01-05 Thread GitBox
chickenlj commented on issue #3: URL: https://github.com/apache/dubbo/issues/3#issuecomment-1373044946 https://github.com/apache/dubbo -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [dubbo-rust] mozhou-tech opened a new issue, #94: [Discussion] Using Rust in the Dubbo ecosystem can bring many benefits due to Rust's affinity with low-level languages such as C/C++.

2023-01-05 Thread GitBox
mozhou-tech opened a new issue, #94: URL: https://github.com/apache/dubbo-rust/issues/94 Some potential benefits include: 1. Native integration with RPC protocols such as Triple, enabling a unified data plane in a low-level language. 2. Use of C/C++ code through FFI (Foreign Functi

[GitHub] [dubbo] zhangqingyango commented on issue #11189: This serialization only support google protobuf object, the object class is: java.lang.String

2023-01-05 Thread GitBox
zhangqingyango commented on issue #11189: URL: https://github.com/apache/dubbo/issues/11189#issuecomment-1373003065 我在邮件中修改的内容,回复了你,请注意查收 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[GitHub] [dubbo] zhangqingyango commented on issue #11189: This serialization only support google protobuf object, the object class is: java.lang.String

2023-01-05 Thread GitBox
zhangqingyango commented on issue #11189: URL: https://github.com/apache/dubbo/issues/11189#issuecomment-1373002213 附件的 protobuf-json-provider-generic-demo 新建了一个demo ,注册到nacos。引用了,3-extensions 中protobuf-json-serialization-api模块 3-extensions 中修改了以下内容 1、dubbo.version 3.1.4

[GitHub] [dubbo] sonarcloud[bot] commented on pull request #10885: Feature/modify xds subscribe

2023-01-05 Thread GitBox
sonarcloud[bot] commented on PR #10885: URL: https://github.com/apache/dubbo/pull/10885#issuecomment-1372320133 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Qual

[GitHub] [dubbo-go-pixiu] sonarcloud[bot] commented on pull request #535: update default namespace dubbo-system

2023-01-05 Thread GitBox
sonarcloud[bot] commented on PR #535: URL: https://github.com/apache/dubbo-go-pixiu/pull/535#issuecomment-1372245250 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[GitHub] [dubbo] sonarcloud[bot] commented on pull request #10885: Feature/modify xds subscribe

2023-01-05 Thread GitBox
sonarcloud[bot] commented on PR #10885: URL: https://github.com/apache/dubbo/pull/10885#issuecomment-1372188388 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Qual

[GitHub] [dubbo] sonarcloud[bot] commented on pull request #11241: Store old revisions

2023-01-05 Thread GitBox
sonarcloud[bot] commented on PR #11241: URL: https://github.com/apache/dubbo/pull/11241#issuecomment-1372172003 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Qual

[GitHub] [dubbo] AlbumenJ closed issue #11216: App Level Configuration not work for multi provider

2023-01-05 Thread GitBox
AlbumenJ closed issue #11216: App Level Configuration not work for multi provider URL: https://github.com/apache/dubbo/issues/11216 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

[GitHub] [dubbo] AlbumenJ merged pull request #11215: Fix app level configuration not work

2023-01-05 Thread GitBox
AlbumenJ merged PR #11215: URL: https://github.com/apache/dubbo/pull/11215 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dub

[GitHub] [dubbo] AlbumenJ closed issue #11238: No provider available from registry

2023-01-05 Thread GitBox
AlbumenJ closed issue #11238: No provider available from registry URL: https://github.com/apache/dubbo/issues/11238 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[GitHub] [dubbo] AlbumenJ commented on issue #9832: @DubboService配置的timeout未生效

2023-01-05 Thread GitBox
AlbumenJ commented on issue #9832: URL: https://github.com/apache/dubbo/issues/9832#issuecomment-1372164304 > > > 还是有问题,我设置了 `@DubboService(timeout = 9)` 得到异常信息 > > > ``` > > > o.a.d.r.p.InvokerInvocationHandler [] : [DUBBO] [Dubbo-Consumer] execute service 120/com.xxx:1.1#x

[GitHub] [dubbo] AlbumenJ commented on issue #11229: 生产者重启后,消费者报错:message can not send, because channel is closed

2023-01-05 Thread GitBox
AlbumenJ commented on issue #11229: URL: https://github.com/apache/dubbo/issues/11229#issuecomment-1372163077 > > Please try upgrade 3.1.4 > > I'm afraid not. Nobody want to upgrade a foundation services, cause is's so instable. So,Is there any other way? 2.7.x is only security

[GitHub] [dubbo] AlbumenJ commented on issue #11235: dubbo 3.2.0-beta.2 注册到zk失败 [AbstractServiceDiscovery] - [DUBBO] No valid instance found, stop registering instance address to registry., dubbo ve

2023-01-05 Thread GitBox
AlbumenJ commented on issue #11235: URL: https://github.com/apache/dubbo/issues/11235#issuecomment-1372160558 `@EnableDubbo` 注解加了吗。从日志里面看没扫描到这个 `DubboService` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [dubbo] AlbumenJ commented on issue #11231: 服务IP错乱

2023-01-05 Thread GitBox
AlbumenJ commented on issue #11231: URL: https://github.com/apache/dubbo/issues/11231#issuecomment-1372157556 在出现问题的时候可以 dump 一份 consumer 内存吗,`jmap -dump:format=b,file=dump.bin xxx` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [dubbo] AlbumenJ commented on issue #11243: 我改如何在不禁用网卡的情况下,防止特定的网卡地址被注册到注册中心?

2023-01-05 Thread GitBox
AlbumenJ commented on issue #11243: URL: https://github.com/apache/dubbo/issues/11243#issuecomment-1372152273 `-Ddubbo.network.interface.ignored=ens99` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [dubbo] AlbumenJ commented on pull request #11240: Add deprecated method warn when called by user

2023-01-05 Thread GitBox
AlbumenJ commented on PR #11240: URL: https://github.com/apache/dubbo/pull/11240#issuecomment-1372151250 As for https://github.com/apache/dubbo/issues/10850, we want to check all of the methods annotated with `@Deprecated`. -- This is an automated message from the Apache Git Service. To r

[GitHub] [dubbo] AlbumenJ commented on a diff in pull request #11240: Add deprecated method warn when called by user

2023-01-05 Thread GitBox
AlbumenJ commented on code in PR #11240: URL: https://github.com/apache/dubbo/pull/11240#discussion_r1062415908 ## dubbo-common/src/main/java/org/apache/dubbo/common/constants/LoggerCodeConstants.java: ## @@ -230,6 +230,8 @@ public interface LoggerCodeConstants { String C

[GitHub] [dubbo] AlbumenJ commented on issue #11189: This serialization only support google protobuf object, the object class is: java.lang.String

2023-01-05 Thread GitBox
AlbumenJ commented on issue #11189: URL: https://github.com/apache/dubbo/issues/11189#issuecomment-1372148870 > 我把代码拉了下来,改了下注册中心,还是跑不通 ![image](https://user-images.githubusercontent.com/37824124/210713239-893aef39-2771-40ce-b7c5-5e38db99623a.png) 这个是nacos 提供者信息 ![image](https://user-images

[GitHub] [dubbo] AlbumenJ commented on issue #11242: dubbo如何访问通过istio发布的grpc服务

2023-01-05 Thread GitBox
AlbumenJ commented on issue #11242: URL: https://github.com/apache/dubbo/issues/11242#issuecomment-1372147467 目前应该还是不支持的,可以在 xDS 子任务项里面看一下怎么支持下 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [dubbo] sonarcloud[bot] commented on pull request #11241: Store old revisions

2023-01-05 Thread GitBox
sonarcloud[bot] commented on PR #11241: URL: https://github.com/apache/dubbo/pull/11241#issuecomment-1372129388 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gat

[GitHub] [dubbo] AlbumenJ merged pull request #11244: Add timeout limit metric ( #11221)

2023-01-05 Thread GitBox
AlbumenJ merged PR #11244: URL: https://github.com/apache/dubbo/pull/11244 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dub

[GitHub] [dubbo-samples] AlbumenJ commented on pull request #695: Add static tag route Demo: can be used to reduce `time to return` by avoid service call accross the IDC.

2023-01-05 Thread GitBox
AlbumenJ commented on PR #695: URL: https://github.com/apache/dubbo-samples/pull/695#issuecomment-1372119941 ![image](https://user-images.githubusercontent.com/9292748/210774035-e56d152f-7854-422e-8c83-9886310ad368.png) Please fix failed test cases -- This is an automated message f

[GitHub] [dubbo] sonarcloud[bot] commented on pull request #11244: Add timeout limit metric ( #11221)

2023-01-05 Thread GitBox
sonarcloud[bot] commented on PR #11244: URL: https://github.com/apache/dubbo/pull/11244#issuecomment-1372026460 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Qual

[GitHub] [dubbo] conghuhu commented on issue #11173: Observability Tasks: Link Tracing Use Cases and Documentation(链路追踪使用案例与文档建设)

2023-01-05 Thread GitBox
conghuhu commented on issue #11173: URL: https://github.com/apache/dubbo/issues/11173#issuecomment-1372015745 @AlbumenJ please assign to us, I will finish it with @ev1lQuark -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [dubbo] ev1lQuark commented on issue #11173: Observability Tasks: Link Tracing Use Cases and Documentation(链路追踪使用案例与文档建设)

2023-01-05 Thread GitBox
ev1lQuark commented on issue #11173: URL: https://github.com/apache/dubbo/issues/11173#issuecomment-1372013957 plz assign to me, thx. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [dubbo-go] Leospard commented on a diff in pull request #2168: Fix: service discovery registry notify before return

2023-01-05 Thread GitBox
Leospard commented on code in PR #2168: URL: https://github.com/apache/dubbo-go/pull/2168#discussion_r1062272654 ## registry/servicediscovery/service_discovery_registry.go: ## @@ -230,7 +231,28 @@ func (s *serviceDiscoveryRegistry) Subscribe(url *common.URL, notify registry.No

[GitHub] [dubbo-go] sonarcloud[bot] commented on pull request #2168: Fix: service discovery registry notify before return

2023-01-05 Thread GitBox
sonarcloud[bot] commented on PR #2168: URL: https://github.com/apache/dubbo-go/pull/2168#issuecomment-1371979521 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Qua

[GitHub] [dubbo] jojocodeX opened a new pull request, #11244: [添加超时,限流指标]( https://github.com/apache/dubbo/issues/11221)

2023-01-05 Thread GitBox
jojocodeX opened a new pull request, #11244: URL: https://github.com/apache/dubbo/pull/11244 新增超时、限流指标信息 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

[GitHub] [dubbo] sonarcloud[bot] commented on pull request #11241: Store old revisions

2023-01-05 Thread GitBox
sonarcloud[bot] commented on PR #11241: URL: https://github.com/apache/dubbo/pull/11241#issuecomment-1371958516 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Qual

[GitHub] [dubbo] JocelynFloresz opened a new issue, #11243: 我改如何在不禁用网卡的情况下,防止特定的网卡地址被注册到注册中心?

2023-01-05 Thread GitBox
JocelynFloresz opened a new issue, #11243: URL: https://github.com/apache/dubbo/issues/11243 - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## 项目启动时会把Docker容器的所有网卡地址都注册上去 项目和ZK都是Docker部

[GitHub] [dubbo] codecov-commenter commented on pull request #11241: Store old revisions

2023-01-05 Thread GitBox
codecov-commenter commented on PR #11241: URL: https://github.com/apache/dubbo/pull/11241#issuecomment-1371932084 # [Codecov](https://codecov.io/gh/apache/dubbo/pull/11241?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft

[GitHub] [dubbo] sonarcloud[bot] commented on pull request #11241: Store old revisions

2023-01-05 Thread GitBox
sonarcloud[bot] commented on PR #11241: URL: https://github.com/apache/dubbo/pull/11241#issuecomment-1371928702 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Qual

[GitHub] [dubbo-go] AlexStocks commented on a diff in pull request #2168: Fix: service discovery registry notify before return

2023-01-05 Thread GitBox
AlexStocks commented on code in PR #2168: URL: https://github.com/apache/dubbo-go/pull/2168#discussion_r1062208841 ## registry/servicediscovery/service_discovery_registry.go: ## @@ -230,7 +231,28 @@ func (s *serviceDiscoveryRegistry) Subscribe(url *common.URL, notify registry.N

[GitHub] [dubbo] hebrd opened a new issue, #11242: dubbo如何访问通过istio发布的grpc服务

2023-01-05 Thread GitBox
hebrd opened a new issue, #11242: URL: https://github.com/apache/dubbo/issues/11242 有一些现成的grpc服务,通过istio注册暴露服务协议。 在dubbo服务中,如果访问到这些grpc服务,在官方的mesh demo中,没有找到这种场景的例子,只有dubbo-dubbo,没有dubbo-grpc。 -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [dubbo-rust] mozhou-tech commented on pull request #67: load balance and rpc_status mod

2023-01-05 Thread GitBox
mozhou-tech commented on PR #67: URL: https://github.com/apache/dubbo-rust/pull/67#issuecomment-1371904213 Will be redesigned with reference to tower. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [dubbo-rust] mozhou-tech closed pull request #67: load balance and rpc_status mod

2023-01-05 Thread GitBox
mozhou-tech closed pull request #67: load balance and rpc_status mod URL: https://github.com/apache/dubbo-rust/pull/67 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[GitHub] [dubbo-rust] mozhou-tech commented on pull request #67: load balance and rpc_status mod

2023-01-05 Thread GitBox
mozhou-tech commented on PR #67: URL: https://github.com/apache/dubbo-rust/pull/67#issuecomment-1371903971 Will be redesigned with reference to tower -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [dubbo-go] Leospard commented on a diff in pull request #2168: Fix: service discovery registry notify before return

2023-01-04 Thread GitBox
Leospard commented on code in PR #2168: URL: https://github.com/apache/dubbo-go/pull/2168#discussion_r1062193077 ## registry/servicediscovery/service_discovery_registry.go: ## @@ -230,7 +231,28 @@ func (s *serviceDiscoveryRegistry) Subscribe(url *common.URL, notify registry.No

[GitHub] [dubbo-rust] chickenlj commented on issue #46: [Task] Server Registry and Server Discover module

2023-01-04 Thread GitBox
chickenlj commented on issue #46: URL: https://github.com/apache/dubbo-rust/issues/46#issuecomment-1371839872 https://github.com/apache/dubbo-rust/pull/51 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [dubbo-rust] chickenlj commented on issue #46: [Task] Server Registry and Server Discover module

2023-01-04 Thread GitBox
chickenlj commented on issue #46: URL: https://github.com/apache/dubbo-rust/issues/46#issuecomment-1371839770 https://github.com/apache/dubbo-rust/pull/82 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [dubbo-rust] chickenlj closed issue #47: [Task] Support timeout after waiting RPC response for a maximum time.

2023-01-04 Thread GitBox
chickenlj closed issue #47: [Task] Support timeout after waiting RPC response for a maximum time. URL: https://github.com/apache/dubbo-rust/issues/47 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [dubbo-rust] chickenlj commented on issue #47: [Task] Support timeout after waiting RPC response for a maximum time.

2023-01-04 Thread GitBox
chickenlj commented on issue #47: URL: https://github.com/apache/dubbo-rust/issues/47#issuecomment-1371837616 https://github.com/apache/dubbo-rust/pull/91 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [dubbo-rust] chickenlj commented on issue #47: [Task] Support timeout after waiting RPC response for a maximum time.

2023-01-04 Thread GitBox
chickenlj commented on issue #47: URL: https://github.com/apache/dubbo-rust/issues/47#issuecomment-1371837543 https://github.com/apache/dubbo-rust/pull/91 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [dubbo] AlbumenJ opened a new pull request, #11241: Store old revisions

2023-01-04 Thread GitBox
AlbumenJ opened a new pull request, #11241: URL: https://github.com/apache/dubbo/pull/11241 ## What is the purpose of the change ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.c

[GitHub] [dubbo] zhangqingyango commented on issue #11189: This serialization only support google protobuf object, the object class is: java.lang.String

2023-01-04 Thread GitBox
zhangqingyango commented on issue #11189: URL: https://github.com/apache/dubbo/issues/11189#issuecomment-1371822842 找到了类似问题,按照描述中添加依赖后就会报标题错误,https://github.com/apache/dubbo/issues/11129 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [dubbo] zhangqingyango commented on issue #11189: This serialization only support google protobuf object, the object class is: java.lang.String

2023-01-04 Thread GitBox
zhangqingyango commented on issue #11189: URL: https://github.com/apache/dubbo/issues/11189#issuecomment-1371821611 我把代码拉了下来,改了下注册中心,还是跑不通 ![image](https://user-images.githubusercontent.com/37824124/210713239-893aef39-2771-40ce-b7c5-5e38db99623a.png) 这个是nacos 提供者信息 ![image](https:/

[GitHub] [dubbo-go] AlexStocks commented on a diff in pull request #2168: Fix: service discovery registry notify before return

2023-01-04 Thread GitBox
AlexStocks commented on code in PR #2168: URL: https://github.com/apache/dubbo-go/pull/2168#discussion_r1062135621 ## registry/servicediscovery/service_discovery_registry.go: ## @@ -230,7 +231,28 @@ func (s *serviceDiscoveryRegistry) Subscribe(url *common.URL, notify registry.N

[GitHub] [dubbo-go] rsaLive opened a new issue, #2176: provider修改请求数据大小限制没有生效

2023-01-04 Thread GitBox
rsaLive opened a new issue, #2176: URL: https://github.com/apache/dubbo-go/issues/2176 ## 问题 grpc: received message larger than max (7292359 vs. 4194304),提示传送的数据超过大小限制 #1644 参考这个issue,进行配置,但是并没有用 ![image](https://user-images.githubusercontent.com/14867935/210711430-6ab34410-f17d

[GitHub] [dubbo-go] AlexStocks commented on issue #2158: 如何在client过滤器中获取http header

2023-01-04 Thread GitBox
AlexStocks commented on issue #2158: URL: https://github.com/apache/dubbo-go/issues/2158#issuecomment-1371795513 Please do not close this issue. We left it open to let other friends know how to handle it when they meet such a problem. -- This is an automated message from the Apache Git Se

[GitHub] [dubbo] EarthChen commented on issue #11210: tri协议是否可以像rest协议一样 直接用http请求调用

2023-01-04 Thread GitBox
EarthChen commented on issue #11210: URL: https://github.com/apache/dubbo/issues/11210#issuecomment-1371793755 > > 暂时并不可以,可以通过 proxy 来实现,但是在下个版本有希望可行 > > 期待啊 期待可以放低一些,对使用上是有限制的,比如url 和参数 -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [dubbo-go] rsaLive closed issue #2158: 如何在client过滤器中获取http header

2023-01-04 Thread GitBox
rsaLive closed issue #2158: 如何在client过滤器中获取http header URL: https://github.com/apache/dubbo-go/issues/2158 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mai

[GitHub] [dubbo] YczYanchengzhe commented on issue #10850: Add deprecated method warn when called by user

2023-01-04 Thread GitBox
YczYanchengzhe commented on issue #10850: URL: https://github.com/apache/dubbo/issues/10850#issuecomment-1371758386 Add logwarn for the depreciated method #11240 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [dubbo] YczYanchengzhe opened a new pull request, #11240: Add deprecated method warn when called by user #10850

2023-01-04 Thread GitBox
YczYanchengzhe opened a new pull request, #11240: URL: https://github.com/apache/dubbo/pull/11240 ## What is the purpose of the change Add deprecated method warn when called by user ## Brief changelog ## Verifying this change ## Checklist - [x] M

[GitHub] [dubbo-go] sonarcloud[bot] commented on pull request #2168: 【WIP】Fix: service discovery registry notify before return

2023-01-04 Thread GitBox
sonarcloud[bot] commented on PR #2168: URL: https://github.com/apache/dubbo-go/pull/2168#issuecomment-1371736489 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Qua

[GitHub] [dubbo] sonarcloud[bot] commented on pull request #11239: Enhance nacos service discovery update

2023-01-04 Thread GitBox
sonarcloud[bot] commented on PR #11239: URL: https://github.com/apache/dubbo/pull/11239#issuecomment-1371730096 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Qual

[GitHub] [dubbo-spi-extensions] AlbumenJ merged pull request #188: Set seata core as optional dependency

2023-01-04 Thread GitBox
AlbumenJ merged PR #188: URL: https://github.com/apache/dubbo-spi-extensions/pull/188 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsu

[GitHub] [dubbo-spi-extensions] AlbumenJ opened a new pull request, #188: Set seata core as optional dependency

2023-01-04 Thread GitBox
AlbumenJ opened a new pull request, #188: URL: https://github.com/apache/dubbo-spi-extensions/pull/188 ## What is the purpose of the change X ## Brief changelog X ## Verifying this change X Follow this checklist to help us incorporate your

[GitHub] [dubbo] xieshouyu closed issue #11089: when throw ExceedPayloadLimitException and consumer timeout, payload may exists memory Leak

2023-01-04 Thread GitBox
xieshouyu closed issue #11089: when throw ExceedPayloadLimitException and consumer timeout, payload may exists memory Leak URL: https://github.com/apache/dubbo/issues/11089 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [dubbo] xieshouyu commented on issue #11089: when throw ExceedPayloadLimitException and consumer timeout, payload may exists memory Leak

2023-01-04 Thread GitBox
xieshouyu commented on issue #11089: URL: https://github.com/apache/dubbo/issues/11089#issuecomment-1371710463 之前有点问题,重装了mac m1的jdk和工具,现在无法复现,先关闭。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [dubbo] JavaLionLi commented on issue #11210: tri协议是否可以像rest协议一样 直接用http请求调用

2023-01-04 Thread GitBox
JavaLionLi commented on issue #11210: URL: https://github.com/apache/dubbo/issues/11210#issuecomment-1371710359 > 暂时并不可以,可以通过 proxy 来实现,但是在下个版本有希望可行 期待啊 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [dubbo] AlbumenJ merged pull request #11239: Enhance nacos service discovery update

2023-01-04 Thread GitBox
AlbumenJ merged PR #11239: URL: https://github.com/apache/dubbo/pull/11239 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dub

[GitHub] [dubbo] AlbumenJ opened a new pull request, #11239: Enhance nacos service discovery update

2023-01-04 Thread GitBox
AlbumenJ opened a new pull request, #11239: URL: https://github.com/apache/dubbo/pull/11239 ## What is the purpose of the change ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.c

[GitHub] [dubbo] YuWan1117 commented on issue #11230: [3.0] 如何通过环境变量修改dubbo在zk注册中心的rootPath值

2023-01-04 Thread GitBox
YuWan1117 commented on issue #11230: URL: https://github.com/apache/dubbo/issues/11230#issuecomment-1371686072 使用如下方式已解决: > export DUBBO_LABELS=rootPath=demo -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [dubbo] YuWan1117 closed issue #11230: [3.0] 如何通过环境变量修改dubbo在zk注册中心的rootPath值

2023-01-04 Thread GitBox
YuWan1117 closed issue #11230: [3.0] 如何通过环境变量修改dubbo在zk注册中心的rootPath值 URL: https://github.com/apache/dubbo/issues/11230 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [dubbo] chickenlj merged pull request #11236: Fix service instance update failed

2023-01-04 Thread GitBox
chickenlj merged PR #11236: URL: https://github.com/apache/dubbo/pull/11236 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@du

[GitHub] [dubbo] AlbumenJ commented on issue #11186: CacheFilter 怎么仅提供者生效

2023-01-04 Thread GitBox
AlbumenJ commented on issue #11186: URL: https://github.com/apache/dubbo/issues/11186#issuecomment-1371673113 什么异常呢,我这边测试是可以的 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [dubbo] AlbumenJ merged pull request #11237: Optimize MetadataServiceNameMapping cas report conflict

2023-01-04 Thread GitBox
AlbumenJ merged PR #11237: URL: https://github.com/apache/dubbo/pull/11237 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dub

[GitHub] [dubbo] ddfeiyu commented on issue #11235: dubbo 3.2.0-beta.2 注册到zk失败 [AbstractServiceDiscovery] - [DUBBO] No valid instance found, stop registering instance address to registry., dubbo ver

2023-01-04 Thread GitBox
ddfeiyu commented on issue #11235: URL: https://github.com/apache/dubbo/issues/11235#issuecomment-1371649726 有暴漏服务的, @AlbumenJ ```java @DubboService @Service public class UserServiceImpl implements UserService { // 略 } ``` -- This is an automated me

[GitHub] [dubbo] ddfeiyu commented on issue #11235: dubbo 3.2.0-beta.2 注册到zk失败 [AbstractServiceDiscovery] - [DUBBO] No valid instance found, stop registering instance address to registry., dubbo ver

2023-01-04 Thread GitBox
ddfeiyu commented on issue #11235: URL: https://github.com/apache/dubbo/issues/11235#issuecomment-1371646857 > 有的 ```java @DubboService @Service public class UserServiceImpl implements UserService } ``` -- This is an automated message from the Apache Git

[GitHub] [dubbo] ddfeiyu commented on issue #11235: dubbo 3.2.0-beta.2 注册到zk失败 [AbstractServiceDiscovery] - [DUBBO] No valid instance found, stop registering instance address to registry., dubbo ver

2023-01-04 Thread GitBox
ddfeiyu commented on issue #11235: URL: https://github.com/apache/dubbo/issues/11235#issuecomment-1371646625 有的,如下: ```java @DubboService @Service public class UserServiceImpl implements UserService } ``` -- This is an automated message from the Apache Git Servic

[GitHub] [dubbo-js] zhangjin-007 commented on issue #327: dubbo-js命令行工具方案

2023-01-04 Thread GitBox
zhangjin-007 commented on issue #327: URL: https://github.com/apache/dubbo-js/issues/327#issuecomment-1371633992 > 问题? > > 首先dubbo-cli核心功能是什么?是根据proto文件自动生成ts的代码? 目前工具的需求来自于ts代码生成,参考了dubbo-go的实现,未来规划能力是否考虑 1.初始化一个应用模板。 2.查看zk nacos注册中心的服务注册信息,meta data信息。 3.调试开发环境 grpc,mock

[GitHub] [dubbo] UniquKin commented on issue #11186: CacheFilter 怎么仅提供者生效

2023-01-04 Thread GitBox
UniquKin commented on issue #11186: URL: https://github.com/apache/dubbo/issues/11186#issuecomment-1371632705 > 感谢您的回复,确实是一个不曾想过的方案👍 从 Windows 版邮件发送 发件人: Albumen Kevin 发送时间: 2022年12月21日 23:37 收件人: apache/dubbo 抄送: UniquKin; Author 主题: Re: [apache/dubbo] CacheFilter 怎么仅提供者生效 (Issue #11186) 可

[GitHub] [dubbo] zhangqingyango commented on issue #11189: This serialization only support google protobuf object, the object class is: java.lang.String

2023-01-04 Thread GitBox
zhangqingyango commented on issue #11189: URL: https://github.com/apache/dubbo/issues/11189#issuecomment-1371601890 https://github.com/apache/dubbo-samples/blob/master/3-extensions/serialization/dubbo-samples-protobuf-json/protobuf-json-serialization-demo/src/main/java/org/apache/dubbo/sampl

[GitHub] [dubbo-go-pixiu] sonarcloud[bot] commented on pull request #535: update default namespace dubbo-system

2023-01-04 Thread GitBox
sonarcloud[bot] commented on PR #535: URL: https://github.com/apache/dubbo-go-pixiu/pull/535#issuecomment-1371109252 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[GitHub] [dubbo] AlbumenJ commented on issue #11238: No provider available from registry

2023-01-04 Thread GitBox
AlbumenJ commented on issue #11238: URL: https://github.com/apache/dubbo/issues/11238#issuecomment-1370968884 升级到 2.7.20 这个是2.7.19引入的问题 对接nacos1.x的时候的问题,在2.7.20已经修复 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [dubbo] zhilaohu32 commented on issue #11238: No provider available from registry

2023-01-04 Thread GitBox
zhilaohu32 commented on issue #11238: URL: https://github.com/apache/dubbo/issues/11238#issuecomment-1370953837 Restart the consumer to recover -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [dubbo] zhilaohu32 commented on issue #11238: No provider available from registry

2023-01-04 Thread GitBox
zhilaohu32 commented on issue #11238: URL: https://github.com/apache/dubbo/issues/11238#issuecomment-1370941791 Restart the provider, wait 5 minutes, try calling it, and still get an error -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [dubbo] zhilaohu32 commented on issue #11238: No provider available from registry

2023-01-04 Thread GitBox
zhilaohu32 commented on issue #11238: URL: https://github.com/apache/dubbo/issues/11238#issuecomment-1370940817 After restart provider,affirm that the service is registered with Nacos~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [dubbo] zhilaohu32 opened a new issue, #11238: No provider available from registry

2023-01-04 Thread GitBox
zhilaohu32 opened a new issue, #11238: URL: https://github.com/apache/dubbo/issues/11238 - Environment Dubbo version: 2.7.19 Operating System version: win10 Java version: 1.8.0_331 - Steps to reproduce this issue 1. start provider 2. start consumer 3. Invoke normal

[GitHub] [dubbo] sonarcloud[bot] commented on pull request #11237: Optimize MetadataServiceNameMapping cas report conflict

2023-01-04 Thread GitBox
sonarcloud[bot] commented on PR #11237: URL: https://github.com/apache/dubbo/pull/11237#issuecomment-1370888745 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gat

[GitHub] [dubbo] codecov-commenter commented on pull request #11237: Optimize MetadataServiceNameMapping cas report conflict

2023-01-04 Thread GitBox
codecov-commenter commented on PR #11237: URL: https://github.com/apache/dubbo/pull/11237#issuecomment-1370887526 # [Codecov](https://codecov.io/gh/apache/dubbo/pull/11237?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft

[GitHub] [dubbo] sonarcloud[bot] commented on pull request #11237: Optimize MetadataServiceNameMapping cas report conflict

2023-01-04 Thread GitBox
sonarcloud[bot] commented on PR #11237: URL: https://github.com/apache/dubbo/pull/11237#issuecomment-1370881549 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gat

[GitHub] [dubbo] YczYanchengzhe commented on issue #10850: Add deprecated method warn when called by user

2023-01-04 Thread GitBox
YczYanchengzhe commented on issue #10850: URL: https://github.com/apache/dubbo/issues/10850#issuecomment-1370863770 I want to try to deal with it. the question is to add warn log to all waste methods and get some suggestions -- This is an automated message from the Apache Git Service. To

[GitHub] [dubbo] sonarcloud[bot] commented on pull request #11236: Fix service instance update failed

2023-01-04 Thread GitBox
sonarcloud[bot] commented on PR #11236: URL: https://github.com/apache/dubbo/pull/11236#issuecomment-1370855417 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Qual

[GitHub] [dubbo] AlbumenJ commented on issue #11226: 启动一直报这个无法获取metadata的错误

2023-01-04 Thread GitBox
AlbumenJ commented on issue #11226: URL: https://github.com/apache/dubbo/issues/11226#issuecomment-1370847136 `dubbo.metadata-type: remote` 只是绕过了获取元数据的过程,如果可以的话还是希望能搭个 `dubbo.metadata-type: local` 的看下是什么问题 -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [dubbo] AlbumenJ commented on issue #11235: dubbo 3.2.0-beta.2 注册到zk失败 [AbstractServiceDiscovery] - [DUBBO] No valid instance found, stop registering instance address to registry., dubbo ve

2023-01-04 Thread GitBox
AlbumenJ commented on issue #11235: URL: https://github.com/apache/dubbo/issues/11235#issuecomment-1370845566 在应用只有纯 Reference 的时候(没有发布任何服务),Dubbo 无法注册到注册中心。此时注册到注册中心也没有意义,没有任何消费端能消费一个没有发布任何服务的服务端。 -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [dubbo] AlbumenJ opened a new pull request, #11237: Optimize MetadataServiceNameMapping cas report conflict

2023-01-04 Thread GitBox
AlbumenJ opened a new pull request, #11237: URL: https://github.com/apache/dubbo/pull/11237 ## What is the purpose of the change ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.c

[GitHub] [dubbo] AlbumenJ opened a new pull request, #11236: Fix service instance update failed

2023-01-04 Thread GitBox
AlbumenJ opened a new pull request, #11236: URL: https://github.com/apache/dubbo/pull/11236 ## What is the purpose of the change Recreate `serviceInstance` when updating. ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure th

[GitHub] [dubbo-go] AlexStocks commented on issue #2175: v3.0.4-rc1 import github.com/dubbogo/triple v1.2.2-rc2 still import github.com/dubbogo/grpc-go v1.42.9

2023-01-04 Thread GitBox
AlexStocks commented on issue #2175: URL: https://github.com/apache/dubbo-go/issues/2175#issuecomment-1370807512 you can try to submit a pr to fix this problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [dubbo-go] christieyang opened a new issue, #2175: v3.0.4-rc1 import github.com/dubbogo/triple v1.2.2-rc2 still import github.com/dubbogo/grpc-go v1.42.9

2023-01-04 Thread GitBox
christieyang opened a new issue, #2175: URL: https://github.com/apache/dubbo-go/issues/2175 [https://github.com/dubbogo/grpc-go/releases/tag/v1.42.10)](url) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [dubbo-go] christieyang closed issue #2174: v3.0.4-rc1 import github.com/dubbogo/triple v1.2.2-rc2 still import github.com/dubbogo/grpc-go v1.42.9

2023-01-04 Thread GitBox
christieyang closed issue #2174: v3.0.4-rc1 import github.com/dubbogo/triple v1.2.2-rc2 still import github.com/dubbogo/grpc-go v1.42.9 URL: https://github.com/apache/dubbo-go/issues/2174 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [dubbo-go] christieyang opened a new issue, #2174: v3.0.4-rc1 import github.com/dubbogo/triple v1.2.2-rc2 still import github.com/dubbogo/grpc-go v1.42.9

2023-01-04 Thread GitBox
christieyang opened a new issue, #2174: URL: https://github.com/apache/dubbo-go/issues/2174 v3.0.4-rc1 import github.com/dubbogo/triple v1.2.2-rc2 still import github.com/dubbogo/grpc-go v1.42.9 -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [dubbo] ddfeiyu opened a new issue, #11235: dubbo 3.2.0-beta.2 注册到zk失败 [AbstractServiceDiscovery] - [DUBBO] No valid instance found, stop registering instance address to registry., dubbo ve

2023-01-04 Thread GitBox
ddfeiyu opened a new issue, #11235: URL: https://github.com/apache/dubbo/issues/11235 - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.2.0-beta.2

[GitHub] [dubbo] zhouyu00 commented on issue #11226: 启动一直报这个无法获取metadata的错误

2023-01-04 Thread GitBox
zhouyu00 commented on issue #11226: URL: https://github.com/apache/dubbo/issues/11226#issuecomment-1370724252 > 可以提供一个可以复现的 Demo 吗,或者升级到 3.1.4 测下看看 已经解决了,在提供端加上dubbo.metadata-type: remote 怀疑是容器部署影响了元数据交换?目前没有找到具体的原因 -- This is an automated message from the Apache Git Service. To

[GitHub] [dubbo] Webster-Yang commented on issue #11136: Observability Task:thread pool indicator buried point(可观测性任务线程池监控埋点)

2023-01-04 Thread GitBox
Webster-Yang commented on issue #11136: URL: https://github.com/apache/dubbo/issues/11136#issuecomment-1370620687 昵称:东仔 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [dubbo] huchuansai commented on issue #11229: 生产者重启后,消费者报错:message can not send, because channel is closed

2023-01-04 Thread GitBox
huchuansai commented on issue #11229: URL: https://github.com/apache/dubbo/issues/11229#issuecomment-1370602237 > Please try upgrade 3.1.4 I'm afraid not. Nobody want to upgrade a foundation services, cause is's so instable. So,Is there any other way? -- This is an automated me

[GitHub] [dubbo] baerwang commented on a diff in pull request #11228: style:optimization-log4j

2023-01-03 Thread GitBox
baerwang commented on code in PR #11228: URL: https://github.com/apache/dubbo/pull/11228#discussion_r1061189827 ## dubbo-common/src/main/java/org/apache/dubbo/common/logger/log4j/Log4jLoggerAdapter.java: ## @@ -26,11 +26,32 @@ import java.io.File; import java.util.Enumeratio

<    3   4   5   6   7   8   9   10   11   12   >