tokers commented on issue #847: URL: https://github.com/apache/apisix-ingress-controller/issues/847#issuecomment-1022030415
It seems like your problem is about how to write a plugin to change some request behaviors, for this purpose, you need to read some source code of Apache APISIX, or checking our some other plugins. The behaviors are just like the traffic split, you may also check out the traffic split plugin, or, you can define a few routes in `ApisixRoutes`, and assign different match rules for them. -- 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]
