-
Config server supports serving plain-text configuration files (for configuration tailored to specific libraries or environments), including placeholder resolution from config server properties. (See h…
-
Hello,
I'm having issues on upgrading local sharded cluster from version 4.4 to 5.
For example, Dockerfile for config and shard servers looks like this:
```
FROM mongo:5.0.21
COPY key /key
COPY…
-
The following articles need to be translated,
It's still a work in progress. I will continuously push to this issue.
Please comply with the Guide for adding new document.
## Table of contents
> …
-
看到有篇文章 https://archsummit.infoq.cn/2020/shenzhen/presentation/2310 介绍阿里的注册中心:
```
阿里机器实例规模从十万级达到百万级的时候,注册中心的性能受到严重挑战,并且大规模推送给客户端性能带来极大消耗,业务频繁上下线过程中产生频繁推送,会造成客户端 Full GC。
从万级到十万级做了读写分离,十万级到百万级做了数据…
-
Starting v0.2, the Portal will have a proper OAuth Authorization Code flow implemented and we can use that in the configserver to connect a user account. It allows us to have a simple "Log in with Ope…
-
I am not able to run spring cloud cli 2.2.0.RELEASE with spring boot cli 2.2.0. RELEASE, following the instructions. However, spring cloud cli 2.1.0.RELEASE with spring boot cli 2.1.0.RELEASE works.
…
-
Hi,非常感谢你做的这个helm,前面也帮忙解决问题。但是在使用中还是有点小问题。
今天按照这个helm,服务跑起来了之后在portal里”系统信息“里发现环境都没有起来,后来发现,configservice无法向apollo-${ENV}configservice svc注册,pod里无法联通自身前面的svc。我在hosts里添加相应的解析到127.0.0.1注册上之后,系统信息里的各环境均正…
-
### Issue Summary:
Currently some of the services support externalized configuration via an SCC system. This is done via
https://github.com/spinnaker/kork/blob/master/kork-cloud-config-server/src/…
-
# Spring Cloud Config: Spring Boot 2.4 버전에서의 변경사항
스프링 부트 2.4 버전에서 적용된 Spring Cloud Config 관련 변경사항
[https://madplay.github.io/post/changes-in-spring-cloud-config-from-spring-boot-2-4](https://madplay…
-
After I upgrade version of spring-cloud-config-client to 4.0.3 from 4.0.2, specific properties from config-server can't be loaded.
I made a demo to reproduce this. please refer to it.
https://github…