yunmaoQu
yunmaoQu
hi, 我认为以下方案可以解决此issue: 1. 使用默认后端(Default Backend)功能: Higress 支持配置默认后端来处理所有未匹配到路由的请求(包括 404 情况)。你可以通过以下两种方式配置: 方案一:使用 Kubernetes Ingress 配置默认后端: ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: my-ingress spec: defaultBackend: # 配置默认后端 service: name: custom-404-service # 指向你的自定义404处理服务...
@hanxiantao 1
Of course ,there are a couple of approaches that could be used to manage the integration of the dashboard with the main repository, and you're suggesting using either a **Git...
I really appreciate the idea of integrating an AI plugin into the Apache ShenYu ecosystem. Here are my thoughts and some additional ideas: To approach the idea of adding an...
# Can i do this requirement ## Implementation Steps: 1.Modify the Data Model of the Divide Plugin: In the handler class of the Divide plugin, add configuration fields related to...
> * where is it hooked up to anything? > * what would be the e2e testing for this component? @yurishkuro I have fixed it
@yurishkuro Except [this](https://github.com/jaegertracing/jaeger/pull/6560#discussion_r1921584541) ,I update all based on your review.
@yurishkuro I have fixed it
Hi @mahadzaryab1 , would you mind taking a look at my PR when you have a moment? I'd appreciate your feedback. Thanks!
@yurishkuro I will fix the part you mentioned . Could the part of code is ready to be merged ?