Skip to content

Commit

Permalink
#564 Implemented adding a header for locality weighted load balancing…
Browse files Browse the repository at this point in the history
… (fixed filter name)
  • Loading branch information
nastassia-dailidava committed Feb 7, 2024
1 parent ef53cb2 commit c2f32ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class LuaFilterFactory(private val snapshotProperties: SnapshotProperties) {

private val ingressCurrentZoneHeaderFilter: HttpFilter =
HttpFilter.newBuilder()
.setName("ingress.client.lua")
.setName("ingress.zone.lua")
.setTypedConfig(Any.pack(Lua.newBuilder().setInlineCode(ingressCurrentZoneHeaderScript).build()))
.build()

Expand Down

0 comments on commit c2f32ab

Please sign in to comment.