Molio-tan commented on issue #5059: URL: https://github.com/apache/apisix/issues/5059#issuecomment-919651643
> You can temporarily adjust it here: > > https://github.com/apache/apisix/blob/b72404f643f37b10eb164056d784c33a97251c46/apisix/plugins/ext-plugin/init.lua#L639-L640 > > Next, I will fix it. In addition, Python Runner 0.1.0 version needs to use `APISIX 2.7` version, `APISIX 2.8` and `APISIX 2.9` versions are not compatible with `Python Runner 0.1.0` due to private protocol adjustments. > > Please see document: > https://github.com/apache/apisix-python-plugin-runner/blob/6c10aa1429a23c0b316121b348af8df65df1495e/docs/en/latest/getting-started.md Oh, I'm sorry that i didn't notice the compatibility between apisix and the runner. By your suggestion, I add two line as bellow and it work correctly. Thank you.  -- 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]
