Jason Song

Results 317 comments of Jason Song

是的,目前新版本的服务已经调整为服务端hold住请求为60秒了。 https://github.com/ctripcorp/apollo/blob/master/apollo-configservice/src/main/java/com/ctrip/framework/apollo/configservice/wrapper/DeferredResultWrapper.java#L19

It's not supported officially. However, there is an [Open API](https://github.com/apolloconfig/apollo/blob/150fe19c4a3035e79cae552cb72c701367f2a2db/apollo-portal/src/main/java/com/ctrip/framework/apollo/openapi/v1/controller/ReleaseController.java#L144) for it.

I think this is by design. You may use the API `openapi/v1/envs/{env}/apps/{appId}/clusters/{clusterName}/namespaces/{namespaceName}/releases/latest` to retrieve the released item values.

Though not recommended, the spring boot application.properties could config all the configs.

Thanks for the information! > 1、修改初始化sql脚本(ApolloConfigDB.sql、ApolloPortalDB.sql), a、修改3个字段的类型,如下: IsDeleted smallint DEFAULT 0 , IsAbandoned boolean DEFAULT false NOT NULL, IsPublic boolean DEFAULT false NOT NULL, b、pg索引是全局的,注意索引唯一性(重复的可以使用,下划线+数字 解决此问题) c、sql语句中表名和字段名全部不加双引号、反引号 d、去掉语句中的(191),直接替换为空 Is this...

non-properties namespace is a special properties namespace that the key is `content` and the value is the whole context. e.g. you could use the namespace name `application.yaml` to retrieve the...

The configurations look all right. You may check the eureka client and server logs for more information.