flylan
flylan
**Here is the code** **
github地址:https://github.com/fengzhibin/apollo-sdk-config composer地址:https://packagist.org/packages/apollo-sdk/config 特性: 1.支持批量获取配置 2.支持配置认证密钥 3.无额外扩展依赖,单纯依赖guzzlehttp composer包实现单进程无阻塞监听多个应用更新 有什么使用问题可以在github上给我留issues。
I often configure PHP fpm in static mode pm.max_children=80 pm.start_servers=40 pm.min_spare_servers=20 pm.max_spare_servers=40 pm.max_requests=2000 When the number of active processes does not reach the maximum value, the total number of processes...
In some scenarios, without a loadBalancer, the nodeport method cannot meet the requirements. For example, in a testing environment shared by multiple people, it is necessary to set up a...
Refer to this article on the official blog: https://apisix.apache.org/zh/blog/2023/02/28/transforming-logs-for-ingestion-into-your-observability-stack/#elasticsearch-logger Apisix provides the Elasticsearch logger plugin, which can directly save logs to Elasticsearch without deploying filebeat. However, saving logs directly to...
When .Values.ingress-controller.enabled or .Values.dashboard.enabled is true, an IP segment of 0.0.0.0/0 will be added by default. However, this 0.0.0.0/0 configuration will make all clients accessible, equivalent to admin.allow_admin configuration becomes...
如图:   格式化自动把多个连续的空格删了,只保留一个,导致开发中,手动复制文案做对比的时候,发现文案一直对不上,很容易踩坑