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 PR adds the contribution proto apis along side the core envoy apis. Let me know if you find any value in this. Thanks

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.0 to 3.28.13. Release notes Sourced from github/codeql-action's releases. v3.28.13 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

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.5.0 to 4.6.2. Release notes Sourced from actions/upload-artifact's releases. v4.6.2 What's Changed Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in...

dependencies
github_actions

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.5 to 7.0.8. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v7.0.8 What's Changed build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 by @​dependabot in peter-evans/create-pull-request#3751 build(deps-dev):...

dependencies

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.0 to 2.4.1. Release notes Sourced from ossf/scorecard-action's releases. v2.4.1 What's Changed This update bumps the Scorecard version to the v5.1.1 release. For a complete list of...

dependencies

I am currently working on a small demo for a Java control plane, but after obtaining this code, I am unsure of how to configure it. Could someone provide a...

This issue focuses on ECDS (another issue was opened for ECDS and VHDS: https://github.com/envoyproxy/java-control-plane/issues/346). ECDS uses [TypeExtensionConfig](https://github.com/envoyproxy/java-control-plane/blob/2afd5432f22bf076fb87128d2b14e315efe9d7df/api/src/main/proto/envoy/config/core/v3/extension.proto#L20) as resource. Leveraging the current server, caches and snapshots can help anyone implementing...