grpc-node icon indicating copy to clipboard operation
grpc-node copied to clipboard

Outlier Detection LB config JSON representation does not use standard Duration representation

Open murgatroid99 opened this issue 2 years ago • 0 comments

The canonical JSON representation of a Duration message is a string with a number followed by "s". The Outlier Detection config parser instead expects an object representation of a Duration.

murgatroid99 avatar May 10 '23 21:05 murgatroid99