Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleCache removed #421

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

SimpleCache removed #421

wants to merge 3 commits into from

Conversation

kozjan
Copy link
Collaborator

@kozjan kozjan commented Jun 24, 2024

Update to java-control-plane 1.0.45 with SimpleCache removed.

Removed SimpleCache class, which was a copy of envoyproxy's class.
It had custom stuff - shouldSendMissingEndpoints, it's used here and here.

Now the same stuff happens in envoyproxy - there is a allowDefaultEdsUpdate boolean which sets allowDefaultResource to true. Then during creating a response resources are mapped using defaultResource, which does pretty much the same mapping as our custom one but with additional check if resource type is ENDPOINT (compared to this).

OutlierDetectionTest breaks when Envoy v1.28.0+ is used.

druminski
druminski previously approved these changes Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants