You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I query the route, the postMethod(...) is never triggered (my breakpoints are ignored and no log is written). If I add in my plugin class some overrided methods like requiredRespBody(), I correctly see that they are triggered. I think that for some reasons (or some bad configuration), the doPostFilter(...) in the RpcCallHandles class is never reached.
What am I doing wrong with my plugin configuration?
Thanks a lot.
Paolo
Environment
Apisix 3.9.x
apisix-java-plugin-runner 0.5.0
The text was updated successfully, but these errors were encountered:
Issue description
Hello,
I wrote my first external plugin with this code:
Then I configured my route in this way:
When I query the route, the
postMethod(...)
is never triggered (my breakpoints are ignored and no log is written). If I add in my plugin class some overrided methods likerequiredRespBody()
, I correctly see that they are triggered. I think that for some reasons (or some bad configuration), thedoPostFilter(...)
in theRpcCallHandles
class is never reached.What am I doing wrong with my plugin configuration?
Thanks a lot.
Paolo
Environment
Apisix 3.9.x
apisix-java-plugin-runner 0.5.0
The text was updated successfully, but these errors were encountered: