higress icon indicating copy to clipboard operation
higress copied to clipboard

🤖 AI Gateway | AI Native API Gateway

Results 337 higress issues
Sort by recently updated
recently updated
newest added

## Why do you need it? Is your feature request related to a problem? Please describe in details 如题 ## How could it be? A clear and concise description of...

sig/wasm

### Ⅰ. Describe what this PR did add HTTP2 protocol options to skywalking and otel cluster ### Ⅱ. Does this pull request fix one issue? fix https://github.com/alibaba/higress/issues/1316 ### Ⅳ. Describe...

当前我在higress-gateway配置了多个tcp转发,没有问题,涉及的服务有redis,mysql,等服务。当配置第二个mysql转发的时候,出现了问题。 1、这个tcp转发 ,没搞懂原理是什么,这里定义了 higress-gateway的svc转发的端口是9001,网关怎么启用的是后台转发的端口呢?也就是3306端口,就是第一个mysql-tcp转发没有问题,但是第二个我绕过3306,改成13306转发依然得不到解决。无法连接。 ![28b863aa14784c9a335ddc48ffc55a0a](https://github.com/user-attachments/assets/02377878-8866-4de8-9046-0918c7876fa5) ![image](https://github.com/user-attachments/assets/12cfbcdc-7959-48b5-9eac-c467393a7540) 2、我的配置 ![9c4bc82b5d2a2a644f405f0814013df7](https://github.com/user-attachments/assets/b2da5217-f737-4f5b-b6b0-df69444d6123) ![image](https://github.com/user-attachments/assets/0451ec91-8c3b-4052-a14f-e9a1567a376d)

type/bug

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

### Ⅰ. Describe what this PR did In the current envoy WASM plugins, if we need IO request such as HTTP/GRPC/Redis, we must register request to envoy event loop and...

## Why do you need it? - 某些测试时使用 custom-response 插件来自定义返回内容,需要测试流式返回时 custom-response 无法满足(#1361) ## How could it be? - 配置字段增加 `stream` (array of string) , 和 `body` 二选一,返回时以流试返回数组中内容

插件列表太多了,不用的希望可以删除,或者设计按钮隐藏/显示

## Why do you need it? Is your feature request related to a problem? Please describe in details 现在的只能在全局配置认证用户,然后在路由级别的插件上应用某些认证用户,这样其实不好实现多租户的概念,另外拿key-auth举例,我只能在全局配置配置用哪些key,我无法指定在路由指定使用哪个参数传入某个key,这样很不灵活 ![image](https://github.com/user-attachments/assets/b56b7a1a-6c06-44cd-89ce-ccf6efe720f9) ## How could it be? A clear and concise description...

level/normal
sig/wasm

## Why do you need it? 参考ai-json-resp实现,使得ai agent的输出可以以json格式输出,同时支持自定义json schema

level/normal
sig/wasm
area/ai

### Ⅰ. Describe what this PR did Add sse-timing plugin for tracing timestamp that each event received in higress. An alternative implementation of the server-timing protocol (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing). It's useful to...