zhuoyang commented on code in PR #2012:
URL:
https://github.com/apache/apisix-ingress-controller/pull/2012#discussion_r1367647295
##########
pkg/apisix/plugin_metadata.go:
##########
@@ -179,7 +179,7 @@ type pluginMetadataMem struct {
func newPluginMetadataMem(c *cluster) PluginMetadata {
return &pluginMetadataMem{
url: c.baseURL + "/plugin_metadatas",
Review Comment:
I see, I actually don't quite understand what is the url used for, why in my
testing even though the url is supposedly wrong but it's still working ? As you
are the original committer of the code could you briefly explain to me for my
learning purpose?
--
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]