chenwei113524 closed pull request #155: go.mod依赖有问题
URL: https://github.com/apache/servicecomb-mesher/pull/155
--
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
chenwei113524 closed pull request #154: go.mod依赖有问题
URL: https://github.com/apache/servicecomb-mesher/pull/154
--
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
tianxiaoliang commented on issue #152:
URL:
https://github.com/apache/servicecomb-mesher/issues/152#issuecomment-1101311740
https://stackoverflow.com/questions/23297520/how-can-i-make-the-go-http-client-not-follow-redirects-automatically
here is an example. u can contribute this to m
chenwei113524 commented on issue #152:
URL:
https://github.com/apache/servicecomb-mesher/issues/152#issuecomment-1101049007
背景:服务A通过mesher调用服务B,返回302,mesher对返回请求进行了自动重定向
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
tianxiaoliang commented on issue #135:
URL:
https://github.com/apache/servicecomb-mesher/issues/135#issuecomment-966939021
edge模式下,不用设置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 above
tianxiaoliang commented on issue #151:
URL:
https://github.com/apache/servicecomb-mesher/issues/151#issuecomment-941811865
请加下我的wechat tianxiaoliang2017,讨论下使用场景,感谢
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
tianxiaoliang commented on issue #151:
URL:
https://github.com/apache/servicecomb-mesher/issues/151#issuecomment-941811865
请加下我的wechat tianxiaoliang2017,讨论下使用场景,感谢
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
dengxiafubi opened a new issue #151:
URL: https://github.com/apache/servicecomb-mesher/issues/151
@tianxiaoliang hi, 麻烦问下
mesher当前社区版本最新1.6.3是19年9月发布,超两年没有更新,已达到生命周期,影响下期选型
帮忙确认下,后续社区是否升级计划?
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
tianxiaoliang merged pull request #150:
URL: https://github.com/apache/servicecomb-mesher/pull/150
--
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:
chenwei113524 closed pull request #149:
URL: https://github.com/apache/servicecomb-mesher/pull/149
--
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:
chenwei113524 closed pull request #149:
URL: https://github.com/apache/servicecomb-mesher/pull/149
--
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:
tianxiaoliang merged pull request #148:
URL: https://github.com/apache/servicecomb-mesher/pull/148
--
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:
tianxiaoliang commented on pull request #148:
URL:
https://github.com/apache/servicecomb-mesher/pull/148#issuecomment-908856923
需要清理下静态检查告警
--
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 s
chenwei113524 closed pull request #149:
URL: https://github.com/apache/servicecomb-mesher/pull/149
--
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:
tianxiaoliang merged pull request #148:
URL: https://github.com/apache/servicecomb-mesher/pull/148
--
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:
tianxiaoliang commented on pull request #148:
URL:
https://github.com/apache/servicecomb-mesher/pull/148#issuecomment-908856923
需要清理下静态检查告警
--
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 s
chenwei113524 opened a new pull request #148:
URL: https://github.com/apache/servicecomb-mesher/pull/148
当在for循环里使用select + time.After的组合时会产生内存泄露
for {
conn, err := l.AcceptTCP()
if err != nil {
select {
zaizailong commented on issue #130:
URL:
https://github.com/apache/servicecomb-mesher/issues/130#issuecomment-875616541
> mesher默认不支持华为云认证鉴权,所以需要自己维护main.go文件,在第一行加入代码
>
> ```go
> import _ "github.com/go-chassis/go-chassis-cloud/provider/huawei/engine"
> ```
使用这个module之后
tianxiaoliang edited a comment on issue #146:
URL:
https://github.com/apache/servicecomb-mesher/issues/146#issuecomment-874403520
schema://servicename.appid
这样的调用方式是更好的方式,dns的name也是局部到整体,再比如k8s,namespace也是放在了service之后
--
This is an automated message from the Apache Git Service.
To resp
tianxiaoliang commented on issue #146:
URL:
https://github.com/apache/servicecomb-mesher/issues/146#issuecomment-874403520
schema://servicename.appid 这样的调用方式是更好的方式,dns的name也是局部到整体
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
chenchanglong1997 commented on issue #145:
URL:
https://github.com/apache/servicecomb-mesher/issues/145#issuecomment-874072839
> > 有什么机制可以规避这种问题。
>
> 请问下,这个问题已经解决了么? issues里好像并没有说怎么解决该问题
可以从容器部署那块着手,容器的启停顺序https://xie.infoq.cn/article/22a084f0fb95b3e7cf01a85b9
--
This is an
tianxiaoliang edited a comment on issue #146:
URL:
https://github.com/apache/servicecomb-mesher/issues/146#issuecomment-874403520
schema://servicename.appid
这样的调用方式是更好的方式,dns的name也是局部到整体,再比如k8s,namespace也是放在了service之后
--
This is an automated message from the Apache Git Service.
To resp
tianxiaoliang commented on issue #146:
URL:
https://github.com/apache/servicecomb-mesher/issues/146#issuecomment-874403520
schema://servicename.appid 这样的调用方式是更好的方式,dns的name也是局部到整体
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
chenchanglong1997 commented on issue #145:
URL:
https://github.com/apache/servicecomb-mesher/issues/145#issuecomment-874072839
> > 有什么机制可以规避这种问题。
>
> 请问下,这个问题已经解决了么? issues里好像并没有说怎么解决该问题
可以从容器部署那块着手,容器的启停顺序https://xie.infoq.cn/article/22a084f0fb95b3e7cf01a85b9
--
This is an
tianxiaoliang commented on issue #145:
URL:
https://github.com/apache/servicecomb-mesher/issues/145#issuecomment-873697166
@chenchanglong1997 如果这位朋友还有疑问,可否给他更进一步的提示
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
tianxiaoliang commented on issue #145:
URL:
https://github.com/apache/servicecomb-mesher/issues/145#issuecomment-873697009
就在文档链接里
--
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
zaizailong commented on issue #145:
URL:
https://github.com/apache/servicecomb-mesher/issues/145#issuecomment-872837034
> 有什么机制可以规避这种问题。
请问下,这个问题已经解决了么? issues里好像并没有说怎么解决该问题
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
chenchanglong1997 closed issue #147:
URL: https://github.com/apache/servicecomb-mesher/issues/147
--
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:
chenchanglong1997 closed issue #143:
URL: https://github.com/apache/servicecomb-mesher/issues/143
--
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:
chenchanglong1997 closed issue #145:
URL: https://github.com/apache/servicecomb-mesher/issues/145
--
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:
fanjiang-2021 commented on issue #146:
URL:
https://github.com/apache/servicecomb-mesher/issues/146#issuecomment-868296801
serviceComb-java-chassis支持微服务直接的跨应用调用,调用格式是appID:serviceName,java-chassis
SDK 这种方式做了特殊处理,mesher是否支持类似调用方式,比如调用格式为appID.serviceName 或者appID$serviceName,
--
This is a
chenchanglong1997 opened a new issue #147:
URL: https://github.com/apache/servicecomb-mesher/issues/147
healthCheck
--
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.
For que
tianxiaoliang commented on issue #146:
URL:
https://github.com/apache/servicecomb-mesher/issues/146#issuecomment-857411060
请详细描述用户故事
--
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
fanjiang-2021 opened a new issue #146:
URL: https://github.com/apache/servicecomb-mesher/issues/146
--
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.
For queries about this
tianxiaoliang commented on issue #145:
URL:
https://github.com/apache/servicecomb-mesher/issues/145#issuecomment-855635157
另外,欢迎针对该功能提供更多的问题,主动贡献社区,如果可以贡献文档和代码,那就非常好了,感谢
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
tianxiaoliang edited a comment on issue #145:
URL:
https://github.com/apache/servicecomb-mesher/issues/145#issuecomment-855634325
这里:https://mesher.readthedocs.io/en/latest/configurations/health.html
可以先通过搜索文档关键字来自行找方案
--
This is an automated message from the Apache Git Service.
tianxiaoliang commented on issue #145:
URL:
https://github.com/apache/servicecomb-mesher/issues/145#issuecomment-855634325
https://mesher.readthedocs.io/en/latest/configurations/health.html
可以先通过搜索文档关键字来自行找方案
--
This is an automated message from the Apache Git Service.
To respond to th
chenchanglong1997 opened a new issue #145:
URL: https://github.com/apache/servicecomb-mesher/issues/145
有什么机制可以规避这种问题。
--
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.
For
wangshuncai closed issue #144:
URL: https://github.com/apache/servicecomb-mesher/issues/144
--
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.
For queries about this service
wangshuncai commented on issue #144:
URL:
https://github.com/apache/servicecomb-mesher/issues/144#issuecomment-846832580
已解决,mesherD启动命令start.bat中 设置环境变量 监听服务端的地址
SET SPECIFIC_ADDR=127.0.0.1:8086
--
This is an automated message from the Apache Git Service.
To respond to the messag
wangshuncai opened a new issue #144:
URL: https://github.com/apache/servicecomb-mesher/issues/144
问题描述:c应用和d应用都通过各自的mesher接入本地注册中心,c应用通过d应用的微服务名调用d的服务失败。
c应用->mesherC->mesherD->d应用
实际截图:
注册中心显示c和d都注册成功,d里面可以看到契约。
![contract5](https://user-images.githubusercontent.com/795
tianxiaoliang commented on issue #143:
URL:
https://github.com/apache/servicecomb-mesher/issues/143#issuecomment-841946560
目前是experimental的特性,可以尝试,自己用左边搜索栏搜下grpc
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
tianxiaoliang commented on issue #143:
URL:
https://github.com/apache/servicecomb-mesher/issues/143#issuecomment-841946560
目前是experimental的特性,可以尝试,自己用左边搜索栏搜下grpc
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
chenchanglong1997 commented on issue #143:
URL:
https://github.com/apache/servicecomb-mesher/issues/143#issuecomment-841056068
业务使用的Python,配置了grpc的监听地址
--
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
chenchanglong1997 opened a new issue #143:
URL: https://github.com/apache/servicecomb-mesher/issues/143
--
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.
For queries about
tianxiaoliang merged pull request #142:
URL: https://github.com/apache/servicecomb-mesher/pull/142
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
tianxiaoliang opened a new pull request #142:
URL: https://github.com/apache/servicecomb-mesher/pull/142
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
tianxiaoliang closed issue #139:
URL: https://github.com/apache/servicecomb-mesher/issues/139
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
tianxiaoliang commented on issue #139:
URL:
https://github.com/apache/servicecomb-mesher/issues/139#issuecomment-789699717
无论是service center的服务名设计还是golang对http协议报文中的host的处理都是不区分大小写的。这是设计如此
This is an automated message from t
tianxiaoliang merged pull request #141:
URL: https://github.com/apache/servicecomb-mesher/pull/141
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
tianxiaoliang opened a new pull request #141:
URL: https://github.com/apache/servicecomb-mesher/pull/141
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
tianxiaoliang merged pull request #140:
URL: https://github.com/apache/servicecomb-mesher/pull/140
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
tianxiaoliang opened a new pull request #140:
URL: https://github.com/apache/servicecomb-mesher/pull/140
- remove istio support
- remove dubbo support
This is an automated message from the Apache Git Service.
To respond to
hf1154104163 commented on issue #136:
URL:
https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-784969511
servicemesh调用对方服务,对方服务只能是小写字母,比如obpservice。假如对方服务名是OBPservice,
我这边就会报找不到服务的错误,请问如何解决?
This is an auto
hf1154104163 opened a new issue #139:
URL: https://github.com/apache/servicecomb-mesher/issues/139
servicemesh服务名调用只能小写字母。即对方服务的服务名只能写成obpservice,不能写成OBPservice
This is an automated message from the Apache Git Service.
To res
tianxiaoliang merged pull request #138:
URL: https://github.com/apache/servicecomb-mesher/pull/138
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
tianxiaoliang opened a new pull request #138:
URL: https://github.com/apache/servicecomb-mesher/pull/138
remove istio plugin
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
AngLi2 opened a new pull request #137:
URL: https://github.com/apache/servicecomb-mesher/pull/137
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
hf1154104163 closed issue #136:
URL: https://github.com/apache/servicecomb-mesher/issues/136
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
tianxiaoliang edited a comment on issue #136:
URL:
https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745979565
https://github.com/apache/servicecomb-kie 社区提供的配置中心是这个,我也推荐你自建和使用。
这是go版的client实现https://github.com/go-chassis/kie-client
你说的配置中心可能是华为云提供的商业版,不该在社区讨论。
--
tianxiaoliang edited a comment on issue #136:
URL:
https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745979565
This is an automated message from the Apache Git Service.
To respond to the message, please log
tianxiaoliang commented on issue #136:
URL:
https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745979565
https://github.com/apache/servicecomb-kie
社区提供的配置中心是这个,我也推荐你自建和使用。你说的配置中心可能是华为云提供的商业版,不该在社区讨论。
This
hf1154104163 commented on issue #136:
URL:
https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745974109
> > > 明白你的意思了,你用的哪个配置中心呢
> >
> >
> > java
chasis提供的服务注册和配置中心,跟servicecomb差不多。我的需求是,由于mesher代理python项目去注册和发现服务,那么python项目又如何从配置中心获取下发的数据,
>
> 只能自己实现res
tianxiaoliang commented on issue #136:
URL:
https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745960891
> > 明白你的意思了,你用的哪个配置中心呢
>
> java
chasis提供的服务注册和配置中心,跟servicecomb差不多。我的需求是,由于mesher代理python项目去注册和发现服务,那么python项目又如何从配置中心获取下发的数据,
只能自己实现restful API client,这
hf1154104163 commented on issue #136:
URL:
https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745948511
> 明白你的意思了,你用的哪个配置中心呢
java
chasis提供的服务注册和配置中心,跟servicecomb差不多。我的需求是,由于mesher代理python项目去注册和发现服务,那么python项目又如何从配置中心获取下发的数据,
--
tianxiaoliang commented on issue #136:
URL:
https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745942431
明白你的意思了,你用的哪个配置中心呢
This is an automated message from the Apache Git Service.
To respond to the messag
hf1154104163 commented on issue #136:
URL:
https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745919315
> > >
https://go-chassis.readthedocs.io/en/latest/control-plane/servicecomb.html#config-servers
> > > 额,不是go-chassis,是servicemesh微服务连接配置中心如何读取数据的
>
> 配置方式是一样的
tianxiaoliang commented on issue #136:
URL:
https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745908035
> >
https://go-chassis.readthedocs.io/en/latest/control-plane/servicecomb.html#config-servers
> > 额,不是go-chassis,是servicemesh微服务连接配置中心如何读取数据的
配置方式是一样的
hf1154104163 commented on issue #136:
URL:
https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745708313
>
https://go-chassis.readthedocs.io/en/latest/control-plane/servicecomb.html#config-servers
额,不是go-chassis,是servicemesh微服务连接配置中心如何读取数据的
---
tianxiaoliang commented on issue #136:
URL:
https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745701419
https://go-chassis.readthedocs.io/en/latest/control-plane/servicecomb.html#config-servers
This is an
hf1154104163 opened a new issue #136:
URL: https://github.com/apache/servicecomb-mesher/issues/136
我写的servicemesh是连接了配置中心了,但如何从配置中心获取下发的配置信息呐?
![image](https://user-images.githubusercontent.com/45277511/102198782-c48aa280-3efd-11eb-92b5-6953a8fa1c37.png)
---
wanzirong opened a new issue #135:
URL: https://github.com/apache/servicecomb-mesher/issues/135
mesher.yaml文件:
mesher:
ingress:
type: servicecomb
rule:
http: |
- host: example.com
apiPath: /sayhello/peter
service:
tianxiaoliang commented on issue #130:
URL:
https://github.com/apache/servicecomb-mesher/issues/130#issuecomment-725221613
是的,自己做版本分发商
This is an automated message from the Apache Git Service.
To respond to the message, plea
tianxiaoliang closed issue #130:
URL: https://github.com/apache/servicecomb-mesher/issues/130
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
tianxiaoliang commented on issue #134:
URL:
https://github.com/apache/servicecomb-mesher/issues/134#issuecomment-725221278
文件传输和mesher无关,mesher只是个透传的代理
This is an automated message from the Apache Git Service.
To respond to
tianxiaoliang closed issue #134:
URL: https://github.com/apache/servicecomb-mesher/issues/134
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
yzxz1996 opened a new issue #134:
URL: https://github.com/apache/servicecomb-mesher/issues/134
注意到java-chassis里有upload的功能,不知道mesher支不支持
This is an automated message from the Apache Git Service.
To respond to the message, plea
wz1002335 commented on issue #133:
URL:
https://github.com/apache/servicecomb-mesher/issues/133#issuecomment-725091841
我将示例的classis.yaml全部替换,能够注册到注册中心。快速入门demo调用报错
arrPara : /calculator/bmi,height=180&weight=70
internal/modules/cjs/loader.js:638
throw err;
^
E
wz1002335 commented on issue #133:
URL:
https://github.com/apache/servicecomb-mesher/issues/133#issuecomment-724712848
根据快速入门操作的,注册中心有配置的,没有漏操作,注册中心配置的是127.0.0.1:30100。
后面根据示例全改成127.0.0.1,运行结果还是一样
This is an automated mes
tianxiaoliang commented on issue #133:
URL:
https://github.com/apache/servicecomb-mesher/issues/133#issuecomment-724698750
http:///v4/default明显是没有配置注册中心地址
看下示例https://github.com/apache/servicecomb-mesher/blob/master/conf/chassis.yaml
---
wz1002335 closed issue #131:
URL: https://github.com/apache/servicecomb-mesher/issues/131
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
wz1002335 opened a new issue #133:
URL: https://github.com/apache/servicecomb-mesher/issues/133
failed: Get
\"http:///v4/default/registry/existence?type=microservice\u0026appId=defau
lt\u0026serviceName=calculator\u0026version=1.1.1\": http: no Host in
request URL"}
根据快速入门操作,运行me
tianxiaoliang commented on issue #131:
URL:
https://github.com/apache/servicecomb-mesher/issues/131#issuecomment-724646198
在该路径下提供该配置文件即可
This is an automated message from the Apache Git Service.
To respond to the message, p
tianxiaoliang commented on issue #132:
URL:
https://github.com/apache/servicecomb-mesher/issues/132#issuecomment-724644303
目前master版本已经适配了2.x,可以先进行poc,版本的发布没有定
至于如果用老的mesher版本对接go chassis2.x,通信是没问题的,只是2个版本的配置文件内容不同
Th
Alotofwater opened a new issue #132:
URL: https://github.com/apache/servicecomb-mesher/issues/132
servicecomb-mesher 最新 tag 为 v1.6.3
使用的go-chassis 版本为 1.6.1 什么时候会更新到 go-chassis v2.X 版本。
本来还想用go-chassis呢,一看servicecomb-mesher要当作api网关呢, 一看两者版本差距这么大。会有影响吗?
wz1002335 opened a new issue #131:
URL: https://github.com/apache/servicecomb-mesher/issues/131
C:\Users\wwx1002335\AppData\Local\Temp\VERSION not found, mesher version
unknown
init chassis fail:
[C:\Users\wwx1002335\AppData\Local\Temp\conf\chassis.yaml] file not exist
运行就报上述错误
sanzhiyan518 commented on issue #130:
URL:
https://github.com/apache/servicecomb-mesher/issues/130#issuecomment-724475170
不好意思,我没写go语言,直接用仓库中编译好程序。你的意思是需要修改mesher源代码吗?cmd/mesher/mesher.go加入这行重新编译吗?
This is an automated messa
sanzhiyan518 edited a comment on issue #130:
URL:
https://github.com/apache/servicecomb-mesher/issues/130#issuecomment-724475170
不好意思,我没写过go语言,直接用的仓库中编译好程序。你的意思是需要修改mesher源代码吗?cmd/mesher/mesher.go加入这行重新编译吗?
This is an automa
tianxiaoliang commented on issue #130:
URL:
https://github.com/apache/servicecomb-mesher/issues/130#issuecomment-724430253
mesher默认不支持华为云认证鉴权,所以需要自己维护main.go文件,在第一行加入代码
```go
import _ "github.com/go-chassis/go-chassis-cloud/provider/huawei/engine"
```
sanzhiyan518 opened a new issue #130:
URL: https://github.com/apache/servicecomb-mesher/issues/130
我想通过servicecomb-mesher向华为公有云注册微服务,配置好ak、sk及服务注册地址后,出现如下错误:
2020-11-10 10:13:00.964 +08:00 WARN servicecenter/servicecenter.go:36
service [hellompython:0.0.2:proxy_pythonhttp] not exists in
tianxiaoliang commented on pull request #129:
URL:
https://github.com/apache/servicecomb-mesher/pull/129#issuecomment-699570361
would you like to add github action for mesher and add arm check in it?
travis execution duration is so low than github action
---
odidev opened a new pull request #129:
URL: https://github.com/apache/servicecomb-mesher/pull/129
Added Arm64 jobs in Travis-CI.
Signed-off-by: odidev odi...@puresoftware.com
This is an automated message from the Apach
tianxiaoliang merged pull request #128:
URL: https://github.com/apache/servicecomb-mesher/pull/128
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
tianxiaoliang merged pull request #127:
URL: https://github.com/apache/servicecomb-mesher/pull/127
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
humingcheng opened a new pull request #128:
URL: https://github.com/apache/servicecomb-mesher/pull/128
与java-chassis的获取方式一致,确保java-chassis治理策略对mesher生效
This is an automated message from the Apache Git Service.
To respond to t
tianxiaoliang opened a new pull request #127:
URL: https://github.com/apache/servicecomb-mesher/pull/127
熔断,限流,负载均衡,容错的配置项回滚
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
tianxiaoliang merged pull request #126:
URL: https://github.com/apache/servicecomb-mesher/pull/126
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
tianxiaoliang opened a new pull request #126:
URL: https://github.com/apache/servicecomb-mesher/pull/126
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
tianxiaoliang merged pull request #125:
URL: https://github.com/apache/servicecomb-mesher/pull/125
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
humingcheng opened a new pull request #125:
URL: https://github.com/apache/servicecomb-mesher/pull/125
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
1 - 100 of 4215 matches
Mail list logo