java-control-plane
java-control-plane copied to clipboard
Java implementation of an Envoy gRPC control plane
This is an automatic PR created by github action workflow: - Updated protobuf files
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.3. Release notes Sourced from actions/upload-artifact's releases. v4.4.3 What's Changed Undo indirect dependency updates from #627 by @joshmgross in actions/upload-artifact#632 Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3 v4.4.2 What's...
According to the [Envoy xDS protocol documentation](https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol#how-the-client-specifies-what-resources-to-return): ``` If the list of resource names becomes empty, that means the client is no longer interested in any resources of the specified...
This is an automatic PR created by github action workflow: - Updated protobuf files
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.5. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v7.0.5 ⚙️ Fixes an issue with commit signing to allow it to support symlinks What's...
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
I'm sorry but I no longer have time to contribute to this repository.
This is an automatic PR created by github action workflow: - Updated protobuf files
I am working on implementing delta XDS using a java control plane. I am using the `setSnapshot` method in SimpleCache to send the dynamic configuration to the envoy proxy over...