澄潭
澄潭
@thallgren , we have many micro services in our system, and every service has one or more independent ports. We use `K8S Service` for service discovery, since the `K8S Service`...
https://dev.azure.com/cncf/envoy/_build/results?buildId=117861&view=logs&j=b7634614-24f3-5416-e791-4f3affaaed6c&t=21e6aa7d-f369-5abd-5e4e-e888cac18e9c https://github.com/envoyproxy/envoy/blob/f09ed3646b88fae777a060be37f3224dfa67f428/source/extensions/common/wasm/context.h#L30 There seems to be a problem with this clang tidy check, this using will be used in the context.cc like: https://github.com/envoyproxy/envoy/blob/f09ed3646b88fae777a060be37f3224dfa67f428/source/extensions/common/wasm/context.cc#L152
Great idea, we'll be doing this during upgrade work #8, and we'll do our best to get most of these changes accepted by the upstream's community.
文档在更新中,这周会搞的差不多,可以先安装试用下:https://higress.io/zh-cn/docs/user/quickstart.html
@googlebot I signed it
cc @PiotrSikora
@PiotrSikora Maybe we should add the stage of the function in `addAfterVmCallAction` and check whether the stage of executing the function is consistent with the current stage in `doAfterVmCallActions`, so...
@dgryski Is there any plan to fix this issue?
Based on feedback from our Higress users, we found that even with 0.25, memory leaks would still occur under high concurrency. In the end, we solved the problem by switching...
By the way, the [wasm go sdk](https://github.com/alibaba/higress/tree/main/plugins/wasm-go) using Higress has encapsulated dependency processing for custom gc, and provides images and makefile commands that encapsulate the compilation environment, which can be...