java-control-plane icon indicating copy to clipboard operation
java-control-plane copied to clipboard

Java implementation of an Envoy gRPC control plane

Results 89 java-control-plane issues
Sort by recently updated
recently updated
newest added
trafficstars

Envoy has lot of upstream changes in proto(especially v3alpha-->v3) are not available in java control plane.

I have ubuntu and when running update-api.sh I got an error: ``` tar: unrecognized option '--include=*.proto' Try 'tar --help' or 'tar --usage' for more information. ``` I've tried using tar...

We need to be able to set the configuration `pack_trace_reason` of [UuidRequestIdConfig](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/request_id/uuid/v3/uuid.proto) and we didn't find the specific builder. we try to do this: ``` HttpConnectionManager.Builder builder = HttpConnectionManager.newBuilder(); builder.setRequestIdExtension(RequestIDExtension.newBuilder()...

Hello, it looks like java-control-plane fell behind envoy api updates. I have a need of some v1.14 features, so I updated protos to v1.14.4. It was quite straightforward, but it...

I'd like to install Allstar https://github.com/ossf/allstar https://github.com/apps/allstar-app on this repo as a trail for eventually enabling on all envoyproxy org repos. Allstar checks repos for violations against configured security policies,...

Hello! I'm trying to incorporate this package in my project but I'm having some issues building my project because of unshaded dependencies. My project has some of the same dependencies...

Although it is possible to use Java gRPC Stubs on a Kotlin project, the interface is not idiomatic. It would be nice to also ship Kotlin gRPC Stubs in the...

Working implementation of Incremental XDS. Has been running in production for several months primarily using DeltaXDS over ADS. This has no tests, but current tests should be running Couple of...