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

This is an automatic PR created by github action workflow: - Updated protobuf files

This is a PR based on work from @sschepens https://github.com/envoyproxy/java-control-plane/pull/152 and @mikegajda https://github.com/HubSpot/java-control-plane/pull/4 . At Allegro we've implemented it here: https://github.com/allegro/envoy-control/pull/255 . We've seen 50-70% improvements in CPUs usage in...

This is an automatic PR created by github action workflow: - Updated protobuf files

This is an automatic PR created by github action workflow: - Updated protobuf files

The purpose of this task was to increase observability. With these changes, we are able to tell from which control-plane envoy gets responses.

This is an automatic PR created by github action workflow: - Updated protobuf files

Hi, i am reading your project and i love it, can i ask u a question, why do you use Envoy in your project. Can you tell me the purpose,...

https://github.com/envoyproxy/envoy/issues/21393

I see an info level `[n] stream cancelled` in my xDS server logs (where the `[n]` is the stream id) immediately followed by a warning level `StreamEndpoints gRPC config stream...

…le-common-protos This fixes an issue of duplicate and possibly incompatible classes for com/google/api and com/google/rpc proto generated classes. If a project includes both api and proto-google-common-protos dependencies, there will be...