Firstsawyou commented on issue #3323: URL: https://github.com/apache/apisix/issues/3323#issuecomment-762316295
Hi, @dw-3 If you want to use it in the v2.2 version, you need to modify this line of code in the traffic-split plugin as follows: https://github.com/apache/apisix/blob/e8dcf3793ca40b30047406ac51a79a500356f67b/apisix/plugins/traffic-split.lua#L290 change into: https://github.com/apache/apisix/blob/1b3e547c5b041693e5a336486e9bc9f160435e53/apisix/plugins/traffic-split.lua#L294 In this way, horizontal lines can be supported. You can give it a try. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
