Re: [I] 接口中的形参怎么在生成pb接口时,带上引用包 [dubbo-go-samples]

2025-09-20 Thread via GitHub
AlexStocks closed issue #828: 接口中的形参怎么在生成pb接口时,带上引用包 URL: https://github.com/apache/dubbo-go-samples/issues/828 -- 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,

Re: [PR] fix: update Ollama to v0.12.0 to resolve CVE-2025-1975 [dubbo-go-samples]

2025-09-20 Thread via GitHub
CAICAIIs closed pull request #928: fix: update Ollama to v0.12.0 to resolve CVE-2025-1975 URL: https://github.com/apache/dubbo-go-samples/pull/928 -- 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

Re: [I] Package dependency optimization [dubbo-go]

2025-09-20 Thread via GitHub
KamToHung commented on issue #2741: URL: https://github.com/apache/dubbo-go/issues/2741#issuecomment-3314938016 > 我们可以使用这个命令快速查询 config package dependency: > > go list -f '{{.ImportPath}}: {{.Imports}}' ./... | grep "dubbo.apache.org/dubbo-go/v3/config" 可以使用 go list -f '{{ra

Re: [PR] optimize config.GetConsumerServiceByInterfaceName [dubbo-go]

2025-09-20 Thread via GitHub
KamToHung commented on PR #3034: URL: https://github.com/apache/dubbo-go/pull/3034#issuecomment-3314922534 WIP -- 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 unsubscrib

Re: [I] CVE-2025-1975: Ollama Server Denial of Service Vulnerability [dubbo-go-samples]

2025-09-20 Thread via GitHub
AlexStocks commented on issue #846: URL: https://github.com/apache/dubbo-go-samples/issues/846#issuecomment-3314837183 @CAICAIIs own it -- 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 specif

Re: [PR] docs: Add a quick start guide for OPA http filter [dubbo-go-pixiu]

2025-09-20 Thread via GitHub
baerwang merged PR #751: URL: https://github.com/apache/dubbo-go-pixiu/pull/751 -- 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..

Re: [PR] [ISSUE 15678] Key no longer appear in exception messages [dubbo]

2025-09-20 Thread via GitHub
zrlw commented on PR #15682: URL: https://github.com/apache/dubbo/pull/15682#issuecomment-3314827828 The config should extend AbstractConfig and could be managed by ConfigManager, see details from existed config classes. -- This is an automated message from the Apache Git Service. To resp

Re: [I] feat: Add dubbo-go-samples/registry/etcd dir for etcd registry example [dubbo-go-samples]

2025-09-20 Thread via GitHub
xuhe2 closed issue #916: feat: Add dubbo-go-samples/registry/etcd dir for etcd registry example URL: https://github.com/apache/dubbo-go-samples/issues/916 -- 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

Re: [PR] [ISSUE 15678] Key no longer appear in exception messages [dubbo]

2025-09-20 Thread via GitHub
zrlw commented on PR #15682: URL: https://github.com/apache/dubbo/pull/15682#issuecomment-3314876696 There are lots of things to be done for adding a new config, as for me, it might be more easier to choose one related config and refactor it by adding extra configuration items. https://g

Re: [PR] [ISSUE 15678] Key no longer appear in exception messages [dubbo]

2025-09-20 Thread via GitHub
mengnan commented on PR #15682: URL: https://github.com/apache/dubbo/pull/15682#issuecomment-3314880652 > There are lots of things to be done for adding a new config, as for me, it might be more easier to choose one related config and refactor it by adding extra configuration items.

[PR] fix(ci): delete unused ci [dubbo-admin]

2025-09-20 Thread via GitHub
marsevilspirit opened a new pull request, #1326: URL: https://github.com/apache/dubbo-admin/pull/1326 **Please provide a description of this PR:** Delete unused ci **To help us figure out who should review this PR, please put an X in all the areas that this PR affects.**

[PR] docs: improve Nacos installation guide for LLM sample [dubbo-go-samples]

2025-09-20 Thread via GitHub
CAICAIIs opened a new pull request, #927: URL: https://github.com/apache/dubbo-go-samples/pull/927 - Add detailed Docker installation instructions for Nacos - Add verification steps for Nacos installation - Update both English and Chinese README files - Fix issue #909: llm start fail

[PR] refactor: refactor ci target always to dubbo-go-samples main branch [dubbo-go]

2025-09-20 Thread via GitHub
Alanxtl opened a new pull request, #3032: URL: https://github.com/apache/dubbo-go/pull/3032 fix https://github.com/apache/dubbo-go-samples/issues/925 -- 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

Re: [PR] docs: Add a quick start guide for OPA http filter [dubbo-go-pixiu]

2025-09-20 Thread via GitHub
AlexStocks commented on PR #751: URL: https://github.com/apache/dubbo-go-pixiu/pull/751#issuecomment-3314866558 @baerwang Please review this PR. If no problem, please merge it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] optimize config.GetConsumerServiceByInterfaceName [dubbo-go]

2025-09-20 Thread via GitHub
codecov-commenter commented on PR #3034: URL: https://github.com/apache/dubbo-go/pull/3034#issuecomment-3314860193 ## [Codecov](https://app.codecov.io/gh/apache/dubbo-go/pull/3034?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comment

Re: [I] llm start failed [dubbo-go-samples]

2025-09-20 Thread via GitHub
CAICAIIs commented on issue #909: URL: https://github.com/apache/dubbo-go-samples/issues/909#issuecomment-3314864776 I think the main reason for this issue is that: Nacos didn't start correctly When Nacos is not running, the following error occurs: ```shell ERROR: Could not publ

Re: [PR] optimize config.GetConsumerServiceByInterfaceName [dubbo-go]

2025-09-20 Thread via GitHub
Copilot commented on code in PR #3034: URL: https://github.com/apache/dubbo-go/pull/3034#discussion_r2365561963 ## protocol/grpc/client.go: ## @@ -139,8 +139,12 @@ func NewClient(url *common.URL) (*Client, error) { } key := url.GetParam(constant.InterfaceKey, "

Re: [PR] chore: update tag and polaris from config to global [dubbo-go]

2025-09-20 Thread via GitHub
Copilot commented on code in PR #3029: URL: https://github.com/apache/dubbo-go/pull/3029#discussion_r2365561117 ## cluster/router/polaris/router.go: ## @@ -67,9 +72,11 @@ func newPolarisRouter() (*polarisRouter, error) { } return &polarisRouter{ -

Re: [PR] optimize config.GetConsumerServiceByInterfaceName [dubbo-go]

2025-09-20 Thread via GitHub
Copilot commented on code in PR #3034: URL: https://github.com/apache/dubbo-go/pull/3034#discussion_r2365561283 ## protocol/grpc/client.go: ## @@ -139,8 +139,12 @@ func NewClient(url *common.URL) (*Client, error) { } key := url.GetParam(constant.InterfaceKey, "

Re: [PR] fix: replace panic with error handling for cluster extension failure [dubbo-go]

2025-09-20 Thread via GitHub
AlexStocks merged PR #3021: URL: https://github.com/apache/dubbo-go/pull/3021 -- 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...@

Re: [PR] Feat-conf hot-loading capacity [dubbo-go]

2025-09-20 Thread via GitHub
AlexStocks commented on PR #2992: URL: https://github.com/apache/dubbo-go/pull/2992#issuecomment-3314861723 还有 comment 没处理,请不要 merge 这个 PR -- 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 spec

Re: [D] 2025-09-19 weekly [dubbo-go]

2025-09-20 Thread via GitHub
GitHub user AlexStocks edited a discussion: 2025-09-19 weekly | Item| Link | | --- | | | gost| https://github.com/dubbogo/gost

Re: [I] Upgrade the version of dubbo-go in online_boutique_demo. [dubbo-go-samples]

2025-09-20 Thread via GitHub
AlexStocks closed issue #838: Upgrade the version of dubbo-go in online_boutique_demo. URL: https://github.com/apache/dubbo-go-samples/issues/838 -- 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

Re: [I] Revert impl: delete all polaris related content [dubbo-go-samples]

2025-09-20 Thread via GitHub
AlexStocks closed issue #864: Revert impl: delete all polaris related content URL: https://github.com/apache/dubbo-go-samples/issues/864 -- 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 c

Re: [PR] optimize config.GetConsumerServiceByInterfaceName [dubbo-go]

2025-09-20 Thread via GitHub
sonarqubecloud[bot] commented on PR #3034: URL: https://github.com/apache/dubbo-go/pull/3034#issuecomment-3314857852 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

Re: [I] Book-Flight [dubbo-go-samples]

2025-09-20 Thread via GitHub
AlexStocks closed issue #817: Book-Flight URL: https://github.com/apache/dubbo-go-samples/issues/817 -- 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: not

Re: [I] 接口中的形参怎么在生成pb接口时,带上引用包 [dubbo-go-samples]

2025-09-20 Thread via GitHub
AlexStocks commented on issue #828: URL: https://github.com/apache/dubbo-go-samples/issues/828#issuecomment-3314854338 There is no feedback for so long time. So I close it now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] book flight failed [dubbo-go-samples]

2025-09-20 Thread via GitHub
AlexStocks closed issue #910: book flight failed URL: https://github.com/apache/dubbo-go-samples/issues/910 -- 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-ma

Re: [D] 2025-09-19 weekly [dubbo-go]

2025-09-20 Thread via GitHub
GitHub user AlexStocks edited a discussion: 2025-09-19 weekly | Item| Link | | --- | | | gost| https://github.com/dubbogo/gost

Re: [PR] fix(ci): delete unused ci [dubbo-admin]

2025-09-20 Thread via GitHub
sonarqubecloud[bot] commented on PR #1326: URL: https://github.com/apache/dubbo-admin/pull/1326#issuecomment-3314841209 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://

Re: [PR] fix: reduce config warnings [dubbo-go]

2025-09-20 Thread via GitHub
AlexStocks merged PR #3018: URL: https://github.com/apache/dubbo-go/pull/3018 -- 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...@

Re: [I] book flight failed [dubbo-go-samples]

2025-09-20 Thread via GitHub
AlexStocks commented on issue #910: URL: https://github.com/apache/dubbo-go-samples/issues/910#issuecomment-3314837214 @CAICAIIs own it -- 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 specif

Re: [I] llm start failed [dubbo-go-samples]

2025-09-20 Thread via GitHub
AlexStocks commented on issue #909: URL: https://github.com/apache/dubbo-go-samples/issues/909#issuecomment-3314836988 @CAICAIIs own it -- 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 specif

Re: [PR] feat: upgrade CoT Agent to ReAct Agent [dubbo-go-samples]

2025-09-20 Thread via GitHub
AlexStocks merged PR #913: URL: https://github.com/apache/dubbo-go-samples/pull/913 -- 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-unsubs

Re: [I] feat: Add dubbo-go-samples/registry/etcd dir for etcd registry example [dubbo-go-samples]

2025-09-20 Thread via GitHub
xuhe2 commented on issue #916: URL: https://github.com/apache/dubbo-go-samples/issues/916#issuecomment-3314833592 PR is merged. Done. -- 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

Re: [PR] feat: Add etcd registry example [dubbo-go-samples]

2025-09-20 Thread via GitHub
AlexStocks merged PR #920: URL: https://github.com/apache/dubbo-go-samples/pull/920 -- 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-unsubs

Re: [PR] perf: adjust handle-used xxxSerializers from overriding `writeObject` method to overriding `writeReplace` method [dubbo-hessian-lite]

2025-09-20 Thread via GitHub
zrlw commented on PR #92: URL: https://github.com/apache/dubbo-hessian-lite/pull/92#issuecomment-3314828921 > I will check all xxxSerializers later, I believe this will reduce CPU and memory usage and make memory layout more reasonable. pls go ahead. -- This is an automated messag

Re: [PR] perf: adjust handle-used xxxSerializers from overriding `writeObject` method to overriding `writeReplace` method [dubbo-hessian-lite]

2025-09-20 Thread via GitHub
Aresxue commented on PR #92: URL: https://github.com/apache/dubbo-hessian-lite/pull/92#issuecomment-3314821131 > 也许所有的xxxSerializer都需要检查是否存在此类问题, > > 1. 不要`addRef`在方法开始时调用`writeObject`,例如, > > ``` > public class LongAdderSerializer extends AbstractSerializer { > >

Re: [PR] refactor: refactor ci target always to dubbo-go-samples main branch [dubbo-go]

2025-09-20 Thread via GitHub
AlexStocks merged PR #3032: URL: https://github.com/apache/dubbo-go/pull/3032 -- 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...@

Re: [I] The difference between samples main and develop is too large, affecting integration testin [dubbo-go-samples]

2025-09-20 Thread via GitHub
AlexStocks closed issue #925: The difference between samples main and develop is too large, affecting integration testin URL: https://github.com/apache/dubbo-go-samples/issues/925 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] optimize config.GetConsumerServiceByInterfaceName [dubbo-go]

2025-09-20 Thread via GitHub
sonarqubecloud[bot] commented on PR #3034: URL: https://github.com/apache/dubbo-go/pull/3034#issuecomment-3314758549 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

[PR] optimize config.GetConsumerServiceByInterfaceName [dubbo-go]

2025-09-20 Thread via GitHub
KamToHung opened a new pull request, #3034: URL: https://github.com/apache/dubbo-go/pull/3034 …holder function -- 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 unsubscrib

Re: [I] Integration Test Issue [dubbo-go-samples]

2025-09-20 Thread via GitHub
AlexStocks commented on issue #912: URL: https://github.com/apache/dubbo-go-samples/issues/912#issuecomment-3312321452 @manzhizhen -- 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 c

Re: [PR] fix: refractor web handler and service to fix compile error; [dubbo-admin]

2025-09-19 Thread via GitHub
sonarqubecloud[bot] commented on PR #1325: URL: https://github.com/apache/dubbo-admin/pull/1325#issuecomment-3314638580 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://

Re: [PR] feat: add OTLP HTTP tracing exporter example with Dubbo/Triple/JsonRPC protocols [dubbo-go-samples]

2025-09-19 Thread via GitHub
Alanxtl commented on PR #926: URL: https://github.com/apache/dubbo-go-samples/pull/926#issuecomment-3314492935 > Please fix the ci failure golang lint fails because the api newly added in https://github.com/apache/dubbo-go/pull/3028, not merging to main yet -- This is an automated

Re: [PR] Enhance LocaleHandle to support script in Locale creation [dubbo-hessian-lite]

2025-09-19 Thread via GitHub
zrlw merged PR #98: URL: https://github.com/apache/dubbo-hessian-lite/pull/98 -- 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...@

[I] [BUG] dubbo-go 3.3.0 不能发现java dubbo 2.5.7注册的服务。 [dubbo-go]

2025-09-19 Thread via GitHub
GeeGee2006 opened a new issue, #3033: URL: https://github.com/apache/dubbo-go/issues/3033 ### ✅ 验证清单 - [x] 🔍 我已经搜索过 [现有 Issues](https://github.com/apache/dubbo-go/issues),确信这不是重复问题 ### 🚀 Go 版本 1.24.5 ### 📦 Dubbo-go 版本 v3.3.0 ### 🖥️ 服务端配置 java

Re: [PR] refactor: refactor ci target always to dubbo-go-samples main branch [dubbo-go]

2025-09-19 Thread via GitHub
codecov-commenter commented on PR #3032: URL: https://github.com/apache/dubbo-go/pull/3032#issuecomment-3314534631 ## [Codecov](https://app.codecov.io/gh/apache/dubbo-go/pull/3032?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comment

Re: [PR] fix: resolve memory leaks in goroutine management, file handles, and extension caches [dubbo-go]

2025-09-19 Thread via GitHub
No-SilverBullet commented on code in PR #3023: URL: https://github.com/apache/dubbo-go/pull/3023#discussion_r2343737692 ## filter/accesslog/filter.go: ## @@ -182,6 +189,68 @@ func (f *Filter) OnResponse(_ context.Context, result result.Result, _ base.Invo return result

Re: [PR] perf: When deserializing allocate init capacity directly according to the expected size to avoid resize. [dubbo-hessian-lite]

2025-09-19 Thread via GitHub
zrlw commented on code in PR #95: URL: https://github.com/apache/dubbo-hessian-lite/pull/95#discussion_r2365014256 ## hessian-lite/src/main/java/com/alibaba/com/caucho/hessian/io/MapDeserializer.java: ## @@ -163,13 +163,11 @@ public Object readObject(AbstractHessianInput in,

Re: [PR] [3.3] Fixed Zookeeper download URL [dubbo]

2025-09-19 Thread via GitHub
RainYuY merged PR #15697: URL: https://github.com/apache/dubbo/pull/15697 -- 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...@dubb

Re: [PR] refactor: refactor ci target always to dubbo-go-samples main branch [dubbo-go]

2025-09-19 Thread via GitHub
sonarqubecloud[bot] commented on PR #3032: URL: https://github.com/apache/dubbo-go/pull/3032#issuecomment-3314533350 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

Re: [I] The difference between samples main and develop is too large, affecting integration testin [dubbo-go-samples]

2025-09-19 Thread via GitHub
Alanxtl commented on issue #925: URL: https://github.com/apache/dubbo-go-samples/issues/925#issuecomment-3314530507 done in https://github.com/apache/dubbo-go/pull/3032 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] perf: Optimize unnecessary getInterfaces and getSuperclass calls [dubbo-hessian-lite]

2025-09-19 Thread via GitHub
zrlw merged PR #90: URL: https://github.com/apache/dubbo-hessian-lite/pull/90 -- 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...@

Re: [PR] perf: When deserializing allocate init capacity directly according to the expected size to avoid resize. [dubbo-hessian-lite]

2025-09-19 Thread via GitHub
zrlw merged PR #95: URL: https://github.com/apache/dubbo-hessian-lite/pull/95 -- 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...@

Re: [PR] perf: When deserializing allocate init capacity directly according to the expected size to avoid resize. [dubbo-hessian-lite]

2025-09-19 Thread via GitHub
zrlw commented on code in PR #95: URL: https://github.com/apache/dubbo-hessian-lite/pull/95#discussion_r2365105244 ## hessian-lite/src/main/java/com/alibaba/com/caucho/hessian/io/MapDeserializer.java: ## @@ -163,13 +163,11 @@ public Object readObject(AbstractHessianInput in,

Re: [PR] Fix annotation deserialization data type mismatch issue [dubbo-hessian-lite]

2025-09-19 Thread via GitHub
zrlw merged PR #97: URL: https://github.com/apache/dubbo-hessian-lite/pull/97 -- 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...@

Re: [PR] Enhance Inet6Address deserialization to support NetworkInterface [dubbo-hessian-lite]

2025-09-19 Thread via GitHub
zrlw merged PR #96: URL: https://github.com/apache/dubbo-hessian-lite/pull/96 -- 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...@

Re: [PR] Add sleep processing for jacoco agent to finish writing exec file, and for ConsumerMetricsIT to finish all metrics data collection [dubbo-samples]

2025-09-19 Thread via GitHub
zrlw merged PR #1253: URL: https://github.com/apache/dubbo-samples/pull/1253 -- 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...@d

[PR] [3.3] Fixed Zookeeper download URL [dubbo]

2025-09-19 Thread via GitHub
zrlw opened a new pull request, #15697: URL: https://github.com/apache/dubbo/pull/15697 ## What is the purpose of the change? The download url of Zookeeper 3.8.4 was changed again. ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) fie

Re: [PR] feat: add tls sample [dubbo-go-samples]

2025-09-19 Thread via GitHub
AlexStocks commented on PR #852: URL: https://github.com/apache/dubbo-go-samples/pull/852#issuecomment-3312284670 等 v3.3.1 发版后才能 merge -- 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

[PR] Enhance LocaleHandle to support script in Locale creation [dubbo-hessian-lite]

2025-09-19 Thread via GitHub
wuwen5 opened a new pull request, #98: URL: https://github.com/apache/dubbo-hessian-lite/pull/98 (no comment) -- 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

Re: [PR] Feat(MCP): add MCP server with nacos [dubbo-go-pixiu]

2025-09-19 Thread via GitHub
sonarqubecloud[bot] commented on PR #757: URL: https://github.com/apache/dubbo-go-pixiu/pull/757#issuecomment-3312751374 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https:/

Re: [PR] Feat(MCP): add MCP server with nacos [dubbo-go-pixiu]

2025-09-19 Thread via GitHub
Similarityoung commented on code in PR #757: URL: https://github.com/apache/dubbo-go-pixiu/pull/757#discussion_r2363410489 ## pkg/filter/mcp/mcpserver/dynamic.go: ## @@ -0,0 +1,73 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor licen

Re: [PR] Feat(MCP): add MCP server with nacos [dubbo-go-pixiu]

2025-09-19 Thread via GitHub
sonarqubecloud[bot] commented on PR #757: URL: https://github.com/apache/dubbo-go-pixiu/pull/757#issuecomment-3312719258 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https:/

[I] [Discuss] the problem of http3 [dubbo-go]

2025-09-19 Thread via GitHub
AlexStocks opened a new issue, #3030: URL: https://github.com/apache/dubbo-go/issues/3030 ### 讨论详情 1 应用级别的心跳包:因为正常的 http2 是有心跳包的,一段时间不处理需要关闭连接;http3 go 中无法感知到心跳,需要出一个新方案,说明在 dubbogo 中怎么实现相应的心跳; 2 优雅下线:dubbo server http3 下线的时候会广播一些包,需要查看 dubbogo 是否做了相应的工作; 3 dubbogo 和 dubbo http3

Re: [I] The Curious Case of Prometheus Pushgateway’s “Zombie Metrics” [dubbo-go-samples]

2025-09-19 Thread via GitHub
AlexStocks closed issue #890: The Curious Case of Prometheus Pushgateway’s “Zombie Metrics” URL: https://github.com/apache/dubbo-go-samples/issues/890 -- 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

[D] 2025-09-19 weekly [dubbo-go]

2025-09-19 Thread via GitHub
GitHub user AlexStocks created a discussion: 2025-09-19 weekly | Item| Link | | --- | | | gost| https://github.com/dubbogo/gost

Re: [I] Remove doc/imgs [dubbo-go]

2025-09-19 Thread via GitHub
AlexStocks closed issue #2901: Remove doc/imgs URL: https://github.com/apache/dubbo-go/issues/2901 -- 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: notif

Re: [PR] feat: add OTLP HTTP tracing exporter example with Dubbo/Triple/JsonRPC protocols [dubbo-go-samples]

2025-09-19 Thread via GitHub
Copilot commented on code in PR #926: URL: https://github.com/apache/dubbo-go-samples/pull/926#discussion_r2362959529 ## otel/tracing/otlp_http_exporter/proto/greet.proto: ## @@ -0,0 +1,34 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contribu

Re: [PR] Fix pr 375 tests [dubbo-go-hessian2]

2025-09-19 Thread via GitHub
AlexStocks commented on PR #382: URL: https://github.com/apache/dubbo-go-hessian2/pull/382#issuecomment-3312239113 Please fix the ci failure. -- 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

Re: [PR] feat: add OTLP HTTP tracing exporter example with Dubbo/Triple/JsonRPC protocols [dubbo-go-samples]

2025-09-19 Thread via GitHub
AlexStocks commented on PR #926: URL: https://github.com/apache/dubbo-go-samples/pull/926#issuecomment-3312274905 Please fix the ci failure -- 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 spe

Re: [I] ut failure of TestUnavailableIfHostInvalid [dubbo-go]

2025-09-19 Thread via GitHub
AlexStocks closed issue #2851: ut failure of TestUnavailableIfHostInvalid URL: https://github.com/apache/dubbo-go/issues/2851 -- 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

Re: [PR] [sail] Revised final naming and added log output [dubbo-kubernetes]

2025-09-19 Thread via GitHub
mfordjody merged PR #789: URL: https://github.com/apache/dubbo-kubernetes/pull/789 -- 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-unsubsc

[PR] [sail] Revised final naming and added log output [dubbo-kubernetes]

2025-09-19 Thread via GitHub
mfordjody opened a new pull request, #789: URL: https://github.com/apache/dubbo-kubernetes/pull/789 (no comment) -- 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 unsubscr

Re: [PR] chore: update tag and polaris from config to global [dubbo-go]

2025-09-19 Thread via GitHub
codecov-commenter commented on PR #3029: URL: https://github.com/apache/dubbo-go/pull/3029#issuecomment-3311933932 ## [Codecov](https://app.codecov.io/gh/apache/dubbo-go/pull/3029?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comment

Re: [PR] Bump io.opentelemetry:opentelemetry-bom from 1.50.0 to 1.53.0 [dubbo]

2025-09-19 Thread via GitHub
dependabot[bot] closed pull request #15631: Bump io.opentelemetry:opentelemetry-bom from 1.50.0 to 1.53.0 URL: https://github.com/apache/dubbo/pull/15631 -- 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

Re: [PR] chore: update tag and polaris from config to global [dubbo-go]

2025-09-19 Thread via GitHub
sonarqubecloud[bot] commented on PR #3029: URL: https://github.com/apache/dubbo-go/pull/3029#issuecomment-3311921284 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

Re: [PR] Feat support check for config-center and metadata-center [dubbo]

2025-09-19 Thread via GitHub
fantiq commented on PR #15639: URL: https://github.com/apache/dubbo/pull/15639#issuecomment-3311872135 > > @RainYuY Hi, Could you please take some time to review this PR? > > The next week. thanks for the update -- This is an automated message from the Apache Git Service. To

Re: [PR] Feat(MCP): add MCP server with nacos [dubbo-go-pixiu]

2025-09-19 Thread via GitHub
sonarqubecloud[bot] commented on PR #757: URL: https://github.com/apache/dubbo-go-pixiu/pull/757#issuecomment-3274658523 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https:/

Re: [PR] [3.3] Fixed Zookeeper download URL [dubbo]

2025-09-19 Thread via GitHub
codecov-commenter commented on PR #15697: URL: https://github.com/apache/dubbo/pull/15697#issuecomment-3311673396 ## [Codecov](https://app.codecov.io/gh/apache/dubbo/pull/15697?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [I] Is the vulnerability CVE-2021-43297 fixed? [dubbo-hessian-lite]

2025-09-19 Thread via GitHub
RainYuY closed issue #82: Is the vulnerability CVE-2021-43297 fixed? URL: https://github.com/apache/dubbo-hessian-lite/issues/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 to go to the specific comment.

Re: [I] [Feature]: Implemention of Discovery [dubbo-admin]

2025-09-19 Thread via GitHub
robocanic commented on issue #1315: URL: https://github.com/apache/dubbo-admin/issues/1315#issuecomment-3311532199 @zhuyanhuazhuyanhua hey, are you get into some problems? If you need some help, you can get in touch with me through my wechat: robocanic -- This is an automated message from

Re: [PR] fix: resolve memory leaks in goroutine management, file handles, and extension caches [dubbo-go]

2025-09-19 Thread via GitHub
sonarqubecloud[bot] commented on PR #3023: URL: https://github.com/apache/dubbo-go/pull/3023#issuecomment-3278597482 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

Re: [PR] Feat(MCP): add MCP server with nacos [dubbo-go-pixiu]

2025-09-19 Thread via GitHub
sonarqubecloud[bot] commented on PR #757: URL: https://github.com/apache/dubbo-go-pixiu/pull/757#issuecomment-3274052593 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https:/

Re: [PR] Feature/metadata service tri export clean [dubbo-go]

2025-09-19 Thread via GitHub
sonarqubecloud[bot] commented on PR #2983: URL: https://github.com/apache/dubbo-go/pull/2983#issuecomment-3287256086 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

[PR] Add sleep times [dubbo-samples]

2025-09-19 Thread via GitHub
zrlw opened a new pull request, #1253: URL: https://github.com/apache/dubbo-samples/pull/1253 1. for jacoco agent to finish writing its exec file after runing tests, ``` Error: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.5.1:java (default-cli) on project dubbo-test-j

Re: [PR] feat(ai-gateway): add nacos LLM registry support [dubbo-go-pixiu]

2025-09-19 Thread via GitHub
sonarqubecloud[bot] commented on PR #746: URL: https://github.com/apache/dubbo-go-pixiu/pull/746#issuecomment-3311216044 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https:/

[PR] Fix annotation deserialization data type mismatch issue [dubbo-hessian-lite]

2025-09-18 Thread via GitHub
wuwen5 opened a new pull request, #97: URL: https://github.com/apache/dubbo-hessian-lite/pull/97 ``` java.lang.ClassCastException: java.lang.Byte cannot be cast to java.lang.Integer at com.alibaba.com.caucho.hessian.io.AnnotationSerializer$IntMethodSerializer.serialize(Annota

[PR] Enhance Inet6Address deserialization to support NetworkInterface [dubbo-hessian-lite]

2025-09-18 Thread via GitHub
wuwen5 opened a new pull request, #96: URL: https://github.com/apache/dubbo-hessian-lite/pull/96 (no comment) -- 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

Re: [PR] perf: adjust handle-used xxxSerializers from overriding `writeObject` method to overriding `writeReplace` method [dubbo-hessian-lite]

2025-09-18 Thread via GitHub
zrlw commented on PR #92: URL: https://github.com/apache/dubbo-hessian-lite/pull/92#issuecomment-3310129651 Maybe all xxxSerializers need to be checked whether exist such issues, 1. do not call ```addRef``` at the beginning of ```writeObject``` method, e.g., ``` public class Lo

Re: [PR] [feat(ai)]: refactor AI agent for extensibility and add streaming support [dubbo-admin]

2025-09-18 Thread via GitHub
sonarqubecloud[bot] commented on PR #1323: URL: https://github.com/apache/dubbo-admin/pull/1323#issuecomment-3310311624 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://

Re: [PR] Feat support check for config-center and metadata-center [dubbo]

2025-09-18 Thread via GitHub
fantiq commented on PR #15639: URL: https://github.com/apache/dubbo/pull/15639#issuecomment-3266671313 In addition to adding the isAvailable method, the following sections describe some logical adjustments to support the failure retry strategy. ## service-name-mapping ### consu

Re: [PR] Feat support check for config-center and metadata-center [dubbo]

2025-09-18 Thread via GitHub
RainYuY commented on PR #15639: URL: https://github.com/apache/dubbo/pull/15639#issuecomment-3310236661 > @RainYuY Hi, Could you please take some time to review this PR? The next week. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] perf: adjust handle-used xxxSerializers from overriding `writeObject` method to overriding `writeReplace` method [dubbo-hessian-lite]

2025-09-18 Thread via GitHub
zrlw commented on PR #92: URL: https://github.com/apache/dubbo-hessian-lite/pull/92#issuecomment-3310043929 > I think we can call `super.writeObject(obj, out)` in the here, and also implement a `writeReplace()` method. agree -- This is an automated message from the Apache Git Ser

Re: [PR] [3.3] Fixed hanging test cases when ZK image was not download successfully [dubbo]

2025-09-18 Thread via GitHub
codecov-commenter commented on PR #15693: URL: https://github.com/apache/dubbo/pull/15693#issuecomment-3291389146 ## [Codecov](https://app.codecov.io/gh/apache/dubbo/pull/15693?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [PR] fix: resolve memory leaks in goroutine management, file handles, and extension caches [dubbo-go]

2025-09-18 Thread via GitHub
WangzJi commented on code in PR #3023: URL: https://github.com/apache/dubbo-go/pull/3023#discussion_r2343712403 ## filter/accesslog/filter.go: ## @@ -182,6 +189,68 @@ func (f *Filter) OnResponse(_ context.Context, result result.Result, _ base.Invo return result } +//

Re: [PR] fix: resolve memory leaks in goroutine management, file handles, and extension caches [dubbo-go]

2025-09-18 Thread via GitHub
No-SilverBullet commented on code in PR #3023: URL: https://github.com/apache/dubbo-go/pull/3023#discussion_r2343737692 ## filter/accesslog/filter.go: ## @@ -182,6 +189,68 @@ func (f *Filter) OnResponse(_ context.Context, result result.Result, _ base.Invo return result

Re: [PR] The handling of jsr310 times (package names start with java.time) is open to customization with dubbo's own spi implementation, which provides a default implementation in spring that allows y

2025-09-18 Thread via GitHub
Aresxue closed pull request #13067: The handling of jsr310 times (package names start with java.time) is open to customization with dubbo's own spi implementation, which provides a default implementation in spring that allows you to configure date formats URL: https://github.com/apache/dubbo/p

Re: [PR] perf: adjust handle-used xxxSerializers from overriding `writeObject` method to overriding `writeReplace` method [dubbo-hessian-lite]

2025-09-18 Thread via GitHub
wuwen5 commented on PR #92: URL: https://github.com/apache/dubbo-hessian-lite/pull/92#issuecomment-3307471039 > I found there are other xxxSerializers which are more complex such as `LocalDateTimeSerializer`, these xxxSerializer also need to be optimized for the sake of performance. The sa

  1   2   3   4   5   6   7   8   9   10   >