Skip to content

Commit

Permalink
check cluster_rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Nov 7, 2024
1 parent 6fb8bd8 commit 21231f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kong/conf_loader/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,8 @@ local function load(path, custom_conf, opts)
end

if not conf.cluster_rpc then
log.warn("Cluster incremental sync has been forcibly disabled")
log.warn("Cluster incremental sync has been forcibly disabled, " ..
"please enable cluster RPC.")
conf.cluster_incremental_sync = false
end

Expand Down

0 comments on commit 21231f3

Please sign in to comment.