spring-cloud-gateway icon indicating copy to clipboard operation
spring-cloud-gateway copied to clipboard

add gray routing predicate support.

Open caichengw opened this issue 2 years ago • 2 comments

add gray routing predicate support based on request params(path,query,cookie or header), use consistent hashing other than random selection.

caichengw avatar Oct 13 '23 11:10 caichengw

Why not use a percent value for gray, but use a specific range value now?

kimmking avatar Jan 15 '24 05:01 kimmking

Why not use a percent value for gray, but use a specific range value now? @kimmking use an int value pair is more intuitive than a decimal value. and sometimes we have to directly indicate a range value (with start value and end value) rather than a range must start from zero.

caichengw avatar Jan 24 '24 10:01 caichengw