[PR] [#3966] Add a switch to control the tracing-zipkin to adapt to the path of non CSE frameworks [servicecomb-java-chassis]

2023-10-22 Thread via GitHub
yanghao605 opened a new pull request, #3983: URL: https://github.com/apache/servicecomb-java-chassis/pull/3983 Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SCB) filed

Re: [I] 消费端是否可以无契约加载调用服务端接口? [servicecomb-java-chassis]

2023-10-22 Thread via GitHub
liubao68 commented on issue #3981: URL: https://github.com/apache/servicecomb-java-chassis/issues/3981#issuecomment-1774277218 目前不可以。这个问题比较复杂,在3.0.0会考虑相关的优化,还没有比较好的方案。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [#3966] Add a switch to control the tracing-zipkin to adapt to the path of non CSE frameworks [servicecomb-java-chassis]

2023-10-22 Thread via GitHub
codecov-commenter commented on PR #3983: URL: https://github.com/apache/servicecomb-java-chassis/pull/3983#issuecomment-1774305019 ##

Re: [PR] [SCB-2813]Nacos implementation not properly handle instance change [servicecomb-java-chassis]

2023-10-22 Thread via GitHub
liubao68 merged PR #3982: URL: https://github.com/apache/servicecomb-java-chassis/pull/3982 -- 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:

[servicecomb-java-chassis] branch master updated: [SCB-2813]Nacos implementation not properly handle instance change (#3982)

2023-10-22 Thread liubao
This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git The following commit(s) were added to refs/heads/master by this push: new 4a1da760b [SCB-2813]Nacos

Re: [I] 消费端是否可以无契约加载调用服务端接口? [servicecomb-java-chassis]

2023-10-22 Thread via GitHub
liubao68 commented on issue #3981: URL: https://github.com/apache/servicecomb-java-chassis/issues/3981#issuecomment-1774298753 目前3.0.0的想法有几个:1. 把所有契约合并为一个,减少查询次数。 2. 可以将契约放到本地,减少注册中心查询。 另外你说的内存问题, 这个是不可避免的,在java chassis设计里面,内存和契约大小个数是成正比的。 如果不想保留这个特性, 只能考虑选择其他不依赖于契约的网关, 比如spring cloud

Re: [PR] [SCB-2813]Nacos implementation not properly handle instance change [servicecomb-java-chassis]

2023-10-22 Thread via GitHub
codecov-commenter commented on PR #3982: URL: https://github.com/apache/servicecomb-java-chassis/pull/3982#issuecomment-1774355304 ##