-
Notifications
You must be signed in to change notification settings - Fork 339
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
kuma-cp: add a custom version of SnapshotCache that supports arbitrary xDS resources #528
Conversation
55a3175
to
cfc2b2f
Compare
envoy_log "github.com/envoyproxy/go-control-plane/pkg/log" | ||
) | ||
|
||
// This is a slightly modified version of SnapshotCache from github.com/envoyproxy/go-control-plane |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we contribute to go-control-plane?
I've seen pattern before (copying SnapshotCache from x-control-plane) in home grown control plane, because we had to fix something and didn't have time to wait. Then you have to maintain this file - remember to look at changes to this file with every upgrade of go-control-plane.
We can go with it for now, but can we at least make an issue to avoid this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created a ticket
7d23199
to
b36d4e4
Compare
cfc2b2f
to
3cc4bb8
Compare
@jakubdyszkiewicz Could you please do a follow-up review after mutable |
d6c3ec6
to
4fff2db
Compare
Summary
SnapshotCache
that supports arbitrary xDS resources