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

### Ⅰ. Issue Description docker compose方式启动Higress,apiserver磁盘占用82G(nacos日志) ### Ⅱ. Describe what happened docker compose方式启动Higress,apiserver磁盘占用82G(nacos日志) nacos端口访问正常 nacos版本:2.4.3 (standalone模式)

area/tools

![image](https://github.com/user-attachments/assets/cd0a8c67-5c0e-4436-bc9c-2e137b6cfef2)

help wanted
level/normal
area/console

## Why do you need it? While gateways are primarily used in synchronous scenarios, there are also some use cases for asynchronous scenarios, such as: 1. The business itself is...

help wanted
level/challenge
sig/wasm

dubbo的服务提供方已经注册到nacos上,可以higress的服务列表查看 ![image](https://github.com/user-attachments/assets/e4733316-22c6-4a20-a520-83088b3d79c5) 路由已经配置 ![image](https://github.com/user-attachments/assets/e4d0df90-6176-4cd9-8887-dcdcecb95a03) nacos上已经配置了Http2Rpc的配置 ![image](https://github.com/user-attachments/assets/44cb1b84-2b43-4899-8957-6732eb2d32d4) 但是在调用的时候查询不到 ![image](https://github.com/user-attachments/assets/e45bc0b8-b048-4606-a835-e0e4dbdda5bd) 最后去docker的gateway执行 curl http://localhost:15000/clusters|grep IStdHotelRemoteService 发现未发现对应服务 ![image](https://github.com/user-attachments/assets/edbb45c0-21e5-4272-bbc0-66e320620389) - Higress version: 2.0.3

area/registry

## Why do you need it? 目前需要两个功能: 1. 需要写一个插件对请求/响应的内容做敏感词检测,敏感词需要用户在界面配置,当前环境可做数据存储的只有 mysql; 2. higress 后面对接的是一个问答服务,需要写一个插件将问答的请求/响应存储下来作为语料进行模型改进,环境里没有 redis,能想到的存储方式只有文件和 mysql; ## How could it be? 在 go 编写的 wasm 插件里,可以进行 mysql 的读写和文件读写; ## Other related...

## Why do you need it? 目前 Higress Controller 已经接入了包括 Nacos、ZooKeeper、Eureka 等多种服务注册中心。但在各个接入实现中,部分的逻辑细节存在差异,需要对齐。 ## How could it be? 以下为需要对齐的逻辑细节: - Registry 中某个服务的实例数变为 0 时,可根据配置决定是否删除其对应的 ServiceEntry。该配置通过环境变量进行设置,支持通过 helm 参数设置 - 删除 registry 同时应清理从该...

type/bug
help wanted
priority/high
level/challenge
area/registry
sig/controller

## higress创建4层负载均衡如何配置max_connection_duration参数 使用下面的配置不生效 ``` apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: name: tcp-least-conn-lb namespace: higress-system spec: configPatches: - applyTo: CLUSTER match: context: GATEWAY cluster: service: logstash-producer-logstash.app.svc.cluster.local patch: operation: MERGE value: lb_policy: LEAST_REQUEST...