NewMayur opened a new pull request, #13531: URL: https://github.com/apache/apisix/pull/13531
## Summary The example configuration file `conf/config.yaml.example` was missing the `traffic-split` plugin under its `stream_plugins` section, even though the L4 stream subsystem in APISIX fully supports it (and includes it in the default CLI configurations). ## Technical Approach 1. Added `- traffic-split # priority: 966` to the `stream_plugins` list in `conf/config.yaml.example`. 2. Placed the plugin in descending priority order (1000 > 966 > 500 > 401), positioned between `mqtt-proxy` (priority 1000) and `prometheus` (priority 500). ## Files Modified * `conf/config.yaml.example` ## Verification Executed * Parsed the modified YAML structure using Python (`PyYAML`) to ensure syntax validity. The file parsed successfully and the plugin list loaded correctly. -- 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]
