You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… number (#171)
Beginning the process of addressing
envoyproxy/java-control-plane#296.
The plugin should be able to be configured to ignore these conflicts
since the user is not in control of the bad actor dependency.
The failing tests are due to user-level failure, but in principle (and
this is what happened) one may have dependencies that conflict and
there's nothing you can do.
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 issueThe text was updated successfully, but these errors were encountered: