76cc876ac3
Fix agent cache incorrectly notifying unchanged protobufs. This change fixes a situation where the protobuf private fields would be read by reflect.DeepEqual() and indicate data was modified. This resulted in change notifications being fired every time, which could cause performance problems in proxycfg.
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
```release-note:bug
|
|
agent: Fix issue where the agent cache would incorrectly mark protobuf objects as updated.
|
|
```
|