zalando / skipper

An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
https://opensource.zalando.com/skipper/
Other
3.04k stars 345 forks source link

routing: refactor update id logging #3116

Closed AlexanderYastrebov closed 1 week ago

AlexanderYastrebov commented 1 week ago

Increment update id only on update receival instead of each loop cycle which results in odd update id values due to second select case branch.

Follow up on #3112

RomanZavodskikh commented 1 week ago

:+1:

AlexanderYastrebov commented 1 week ago

:+1: