proto file is updated, grpc-gateway plugin cache is not updated #8066
Unanswered
younglifestyle
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
kong/kong/plugins/grpc-gateway/deco.lua
Line 83 in 5a207d2
local info = _proto_info[fname] if info then return info end
after the function reads the file cache, it will return directly. I did not find the code that triggers the cache modification
Beta Was this translation helpful? Give feedback.
All reactions