Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Dec 11, 2024
1 parent c8d7637 commit 6077dd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kong/clustering/rpc/manager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ function _M:_handle_meta_call(c)
local capabilities_list = info.rpc_capabilities
local node_id = info.kong_node_id

ngx.log(ngx.INFO, "xxx meta call processing succeeds! assign self.client_capabilities[", node_id,"]")

self.client_capabilities[node_id] = {
set = pl_tablex_makeset(capabilities_list),
list = capabilities_list,
Expand Down

0 comments on commit 6077dd2

Please sign in to comment.