envoyproxy / java-control-plane

Java implementation of an Envoy gRPC control plane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MessageOptions in validate.proto uses a reserved extension number

jasonfagerberg-toast opened this issue · comments

The Java control plane validate proto is using extension number 1072.

This extension number is reserved for protokt and causes incompatibilities between the envoy proto and protokt

This MessageOption should be implemented as a message like it is in validate.proto's FieldOptions to prevent this issue