From the docs, it looks like stick tables entries are only replicated when
they store a server-id. This makes sense if stick tables are only used for
sticky-sessions shared across multiple proxy instances.
Is there a way to get stick table replication to occur when the stick table
is not used for session affinity?
I'd like to use them to rate-limit access to sensitive resources but with
the current setup, it seems that each (clustered) proxy instance will apply
limits independently meaning that I can only approximate the limits that
will be actually enforced.
Thank you,
-Bryan
they store a server-id. This makes sense if stick tables are only used for
sticky-sessions shared across multiple proxy instances.
Is there a way to get stick table replication to occur when the stick table
is not used for session affinity?
I'd like to use them to rate-limit access to sensitive resources but with
the current setup, it seems that each (clustered) proxy instance will apply
limits independently meaning that I can only approximate the limits that
will be actually enforced.
Thank you,
-Bryan