You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/11/25 07:54:02 UTC

[GitHub] [servicecomb-samples] xorange1997 opened a new issue, #104: java编码形式对接cse配置中心

xorange1997 opened a new issue, #104:
URL: https://github.com/apache/servicecomb-samples/issues/104

   你好,目前我需要java以编码形式获取配置中心的内容,以及当配置发生变更后主动推送给我的java某个线程,请问我需要怎么做?类似对接nacos配置中心一样(ConfigService cs=NacosFactory.createConfigService(properties);之后能够使用ConfigService的实例对象获取nacos上的配置)。


-- 
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: commits-unsubscribe@servicecomb.apache.org.apache.org

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


[GitHub] [servicecomb-samples] liubao68 commented on issue #104: java编码形式对接cse配置中心

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #104:
URL: https://github.com/apache/servicecomb-samples/issues/104#issuecomment-1327952482

   可以看看: https://github.com/huaweicloud/spring-cloud-huawei-samples/commit/b92c3c169e5ff5199dbbb684fe10cd4139455e42
   


-- 
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: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-samples] xorange1997 commented on issue #104: java编码形式对接cse配置中心

Posted by GitBox <gi...@apache.org>.
xorange1997 commented on issue #104:
URL: https://github.com/apache/servicecomb-samples/issues/104#issuecomment-1328002163

   老师,您好!很抱歉周末打扰您,就是我看这个事例其实还是依赖了spring容器吧?目前我想达到的效果是不依赖spring容器,通过提供的sdk能够编码式获取cse配置中心的客户端实例,通过此实例能够获取配置以及配置更改的通知。目前我想了解华为云是否提供了这样的sdk。


-- 
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: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-samples] liubao68 commented on issue #104: java编码形式对接cse配置中心

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #104:
URL: https://github.com/apache/servicecomb-samples/issues/104#issuecomment-1328255155

   SDK 参考: https://github.com/apache/servicecomb-java-chassis/tree/master/clients
   具体用法可以参考Spring Cloud Huawei:  https://github.com/huaweicloud/spring-cloud-huawei/tree/master/spring-cloud-huawei-discovery/src/main/java/com/huaweicloud/servicecomb/discovery


-- 
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: commits-unsubscribe@servicecomb.apache.org

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