Skip to content

Commit

Permalink
no_broadcast_crud_event
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Nov 6, 2024
1 parent c8e68d9 commit 0795c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/clustering/services/sync/rpc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function _M:init_cp(manager)
sync_status = CLUSTERING_SYNC_STATUS.NORMAL,
config_hash = fmt("%032d", default_namespace_version),
rpc_capabilities = rpc_peers and rpc_peers[node_id] or {},
}, { ttl = purge_delay })
}, { ttl = purge_delay, no_broadcast_crud_event = true })
if not ok then
ngx_log(ngx_ERR, "unable to update clustering data plane status: ", err)
end
Expand Down

0 comments on commit 0795c7d

Please sign in to comment.