hanjuntao
hanjuntao
The problem still exists, not solved
@suchen-sci Yes, I do agree that a ```ServerFilter``` is confused with current ```GlobalFilter```. I've created a concept ```ServerFilter``` just to illustrate the function,no really mean add a ```ServerFilter``` object implementation...
I'v just found ```egctl object update -f file.yaml``` can solve the problem to some extent,so I close this issue. Anyway for better UX, we need some way like kubectl apply...
First we should add ```egctl object delete -f ``` operation,right now it only has ```egctl object delete ```
I just do a simple origin egctl cmd wrapper and compiled binary named as egctl+ for delete all and apply subcommand, add egctl+ and egctl path to executable path, just...
@localvar Thanks, I'm unfamiliar with ```logrotate ``` command of OS,that means we should custom Easegress [Dockerfile](https://github.com/megaease/easegress/blob/main/build/package/Dockerfile) by adding ```apk add logrotate```. Anyway,I don't think it's a good way especially in...
@localvar I do agree k8s container should output all logs to stdout just as [12factor]( https://12factor.net/logs) put it. We need this feature not because it is a best practice,but for...
@suchen-sci This error log line ```ERROR httpserver/mux.go:437 http-server: response is nil``` can be easily reproduced:using Easegress v2.0.0 don't configure proxy filter,just handle logic and return response in Wasm code. The...
It work out okay after adding ResponseBuilder filter ``` name: wasm-demo-pipeline kind: Pipeline flow: - filter: respBuilder - filter: wasm filters: - name: respBuilder kind: ResponseBuilder template: | statusCode: 200...
Thanks, CustomData cannot support expired data store. I investigate the source code,currently the only way to to initialize cluster storage api for client user is to get command opt params...