aryayangx-afk commented on issue #12771:
URL: https://github.com/apache/apisix/issues/12771#issuecomment-3569077099
Hi~
>
> 1. Are your resources created via the admin API or the Dashboard? The
3.0.1 dashboard you mentioned might have some compatibility issues. We've
already released a completely new dashboard in the latest version.
the Dashboard
> 3. Could you please provide the route configuration for your traffic-split
plugin?
```
"plugins": {
"traffic-split": {
"_meta": {
"disable": false
},
"rules": [
{
"weighted_upstreams": [
{
"upstream_id": "5573783701435974480",
"weight": 0
},
{
"weight": 100
}
]
}
]
}
},
"service_name": "my-ns/myapp:http",
```
> 3. Why would you use the plugin's hot-reload API? Modifications to APISIX
resources typically take effect immediately.
We also use self-developed plugins. For the sake of convenience during
debugging and troubleshooting, we sometimes modify the plugins directly in the
container and then reload them.
4. Does it have anything to do with this piece of code?
<img width="769" height="526" alt="Image"
src="https://github.com/user-attachments/assets/73cac246-3437-4ba5-ad3c-af5dd8610558"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]