You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/12/15 09:49:02 UTC

[GitHub] [servicecomb-mesher] hf1154104163 opened a new issue #136: mesher如何从配置中心读取数据

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)
   


----------------------------------------------------------------
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, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-mesher] tianxiaoliang edited a comment on issue #136: mesher如何从配置中心读取数据

Posted by GitBox <gi...@apache.org>.
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
   你说的配置中心可能是华为云提供的商业版,不该在社区讨论。


----------------------------------------------------------------
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, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-mesher] hf1154104163 commented on issue #136: mesher如何从配置中心读取数据

Posted by GitBox <gi...@apache.org>.
hf1154104163 commented on issue #136:
URL: https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745948511


   > 明白你的意思了,你用的哪个配置中心呢
   
   java chasis提供的服务注册和配置中心,跟servicecomb差不多。我的需求是,由于mesher代理python项目去注册和发现服务,那么python项目又如何从配置中心获取下发的数据,


----------------------------------------------------------------
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, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-mesher] hf1154104163 closed issue #136: mesher如何从配置中心读取数据

Posted by GitBox <gi...@apache.org>.
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 to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-mesher] hf1154104163 commented on issue #136: mesher如何从配置中心读取数据

Posted by GitBox <gi...@apache.org>.
hf1154104163 commented on issue #136:
URL: https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745974109


   > > > 明白你的意思了,你用的哪个配置中心呢
   > > 
   > > 
   > > java chasis提供的服务注册和配置中心,跟servicecomb差不多。我的需求是,由于mesher代理python项目去注册和发现服务,那么python项目又如何从配置中心获取下发的数据,
   > 
   > 只能自己实现restful API client,这个问题其实很多人都在问,可以贡献给社区最好
   
   是的,我看了一些文档都只是说连接配置中心,但没有给出具体的代码,从配置中心获取所需的数据,这个确实挺费解的,除非项目代码中直接发送请求给配置中心,但这又跟微服务没啥关系了


----------------------------------------------------------------
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, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-mesher] tianxiaoliang edited a comment on issue #136: mesher如何从配置中心读取数据

Posted by GitBox <gi...@apache.org>.
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 on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-mesher] hf1154104163 commented on issue #136: mesher如何从配置中心读取数据

Posted by GitBox <gi...@apache.org>.
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微服务连接配置中心如何读取数据的


----------------------------------------------------------------
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, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-mesher] tianxiaoliang commented on issue #136: mesher如何从配置中心读取数据

Posted by GitBox <gi...@apache.org>.
tianxiaoliang commented on issue #136:
URL: https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-745979565


   https://github.com/apache/servicecomb-kie 社区提供的配置中心是这个,我也推荐你自建和使用。你说的配置中心可能是华为云提供的商业版,不该在社区讨论。


----------------------------------------------------------------
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, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-mesher] hf1154104163 commented on issue #136: mesher如何从配置中心读取数据

Posted by GitBox <gi...@apache.org>.
hf1154104163 commented on issue #136:
URL: https://github.com/apache/servicecomb-mesher/issues/136#issuecomment-784969511


   servicemesh调用对方服务,对方服务只能是小写字母,比如obpservice。假如对方服务名是OBPservice, 我这边就会报找不到服务的错误,请问如何解决?


----------------------------------------------------------------
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, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-mesher] tianxiaoliang commented on issue #136: mesher如何从配置中心读取数据

Posted by GitBox <gi...@apache.org>.
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微服务连接配置中心如何读取数据的
   
   配置方式是一样的


----------------------------------------------------------------
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, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-mesher] tianxiaoliang commented on issue #136: mesher如何从配置中心读取数据

Posted by GitBox <gi...@apache.org>.
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 message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-mesher] tianxiaoliang commented on issue #136: mesher如何从配置中心读取数据

Posted by GitBox <gi...@apache.org>.
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,这个问题其实很多人都在问,可以贡献给社区最好


----------------------------------------------------------------
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, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-mesher] hf1154104163 commented on issue #136: mesher如何从配置中心读取数据

Posted by GitBox <gi...@apache.org>.
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微服务连接配置中心如何读取数据的
   > 
   > 配置方式是一样的
   
   我关注的不是怎么连接配置中心,而是怎么从配置中心获取数据,比如mesher代理的python项目。从那个链接中没有发现相关信息,方便加联系方式交流下不


----------------------------------------------------------------
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, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-mesher] tianxiaoliang commented on issue #136: mesher如何从配置中心读取数据

Posted by GitBox <gi...@apache.org>.
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 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, please contact Infrastructure at:
users@infra.apache.org