Skip to content

Commit

Permalink
fix(clustering): compat support for #8930
Browse files Browse the repository at this point in the history
We should remove newly added config fields for older DP.
  • Loading branch information
StarlightIbuki authored and fffonion committed Nov 3, 2022
1 parent ec03f08 commit ef99f29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kong/clustering/compat/removed_fields.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,12 @@ return {
"redis_server_name",
},
},

-- Any dataplane older than 3.1.0
[3000999999] = {
rate_limiting = {
"error_code",
"error_message",
},
},
}

0 comments on commit ef99f29

Please sign in to comment.