lll
lll
slime启动时会从 /etc/slime/config 目录下读取配置 如果配置不存在, 则交给framework判断,并退出
**Bug description** **Affected sub-moudle (please put an X in all that apply)** - [ ] Configuration Lazy Loading - [ ] Http Plugin Management - [ ] Adaptive Ratelimit -...
**whatever you want to say to slime developers** https://github.com/slime-io/slime/pull/349 https://github.com/slime-io/slime/pull/318 这两个特性需要同步到namespace级别
**whatever you want to say to slime developers** 目前Match将header限流和query限流混合在一起,语义不明确,计划将其拆分 ```yaml spec: sets: _base: descriptor: - action: fill_interval: seconds: 10 quota: "2" strategy: "single" condition: "true" target: port: 9080 matchRequest: headers:...
**Is your feature request related to a problem? Please describe.** provide slime helm chart
My log collection system like this: fluent => haproxy ==> rsyslog In my case, haproxy will close the idle connection , 5 minutes after the last message . haproxy send...