apollo-php-client icon indicating copy to clipboard operation
apollo-php-client copied to clipboard

携程Apollo配置中心PHP客户端

Results 10 apollo-php-client issues
Sort by recently updated
recently updated
newest added

github地址:https://github.com/fengzhibin/apollo-sdk-config composer地址:https://packagist.org/packages/apollo-sdk/config 特性: 1.支持批量获取配置 2.支持配置认证密钥 3.无额外扩展依赖,单纯依赖guzzlehttp composer包实现单进程无阻塞监听多个应用更新 有什么使用问题可以在github上给我留issues。

error:Operation timed out after 60078 milliseconds with 0 out of -1 bytes received

对 docker 自启动的文档不太理解。启动脚本是docker-php-entrypoint

update vender to vendor

项目中使用的file_put_contents来写配置文件,这时候正常的request处理,会读取配置文件,感觉这里是有问题的。我之前项目中一边读一边写文件,就出现读取问题的。