envoyproxy / java-control-plane

Java implementation of an Envoy gRPC control plane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ratelimit DescriptorStatus does not implement duration_until_reset defined in data plane api

wwillsey opened this issue · comments

I'm pretty sure that is the result of unsynced proto files. We need to update proto files to catch up with Envoy changes

+1 on this. I have wip PR for upgrading v3 cluster proto to latest version: #148 (will prioritise for next week).

duration_until_reset was recently updated: https://github.com/envoyproxy/java-control-plane/blame/master/api/src/main/proto/envoy/service/ratelimit/v3/rls.proto#L117. Closing this issue, if there is something missing please reopen.