澄潭

Results 83 issues of 澄潭

## Why do you need it? annotations: + `higress.io/destination` ## How could it be? single destiantion: ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: higress.io/destination: " bar-service.default.svc.cluster.local:5678" name: echo namespace: default...

help wanted
level/challenge
area/annotation
area/e2e

annotation: nginx.ingress.kubernetes.io/proxy-next-upstream nginx.ingress.kubernetes.io/proxy-next-upstream-timeout nginx.ingress.kubernetes.io/proxy-next-upstream-tries e2e framework: https://github.com/alibaba/higress/tree/main/test part of #190

help wanted
level/challenge
area/annotation
area/e2e
sig/automation

## Why do you need it? **Who will use**: Developers who start businesses based on the LLM model (通义千问/openai/gemini). ~ **目标用户**: 希望基于LLM模型创造商业价值的开发者。 --- **What problem to solve** 1. Developers cannot...

priority/high
level/challenge
sig/apim

## Why do you need it? https://github.com/alibaba/higress/blob/29c95ea5571e459a7f230016ceaf96b1dc8e3df9/test/e2e/conformance/tests/httproute-app-root.go#L29-L34 Currently, for manifest resources, only tests after creation are supported, and modified tests are not supported. ## How could it be? Add the...

help wanted
level/challenge
area/e2e

Spring Cloud Gateway Configuration Doc: https://cloud.spring.io/spring-cloud-gateway/reference/html/#shortcut-configuration Ingress Doc: https://kubernetes.io/docs/concepts/services-networking/ingress/ Higress Ingress Annotaiton Doc: https://higress.io/zh-cn/docs/user/annotation https://higress.io/zh-cn/docs/user/annotation-use-case For example: Spring Cloud Gateway: ```yaml spring: cloud: nacos: discovery: server-addr: 127.0.0.1:8848 namespace: d8ac64f3-37f9-4857-a1a9-47a814ecf358 gateway:...

area/tools
level/challenge
sig/migration

需要完善下文档和e2e test _Originally posted by @johnlanni in https://github.com/alibaba/higress/issues/707#issuecomment-1865650949_

level/normal
area/dubbo
sig/microservice

### Bug Description The wasm cache file will be marked as stale and deleted if it has not been accessed for the default 24 hours, even if it is still...

area/networking
area/extensions and telemetry
lifecycle/stale
lifecycle/automatically-closed

### Ⅰ. Describe what this PR did ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Why don't you add test cases (unit test/integration test)? ### Ⅳ. Describe...

When I implemented the envoy proxy-wasm plugin, I found that if the response body is processed by gzip compression, a memory leak will occur. This problem also exists in the...