open-consul/.changelog/15866.txt
Derek Menteer 76cc876ac3
Fix agent cache incorrectly notifying unchanged protobufs. (#15866)
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.
2023-01-03 10:11:56 -06:00

4 lines
115 B
Plaintext

```release-note:bug
agent: Fix issue where the agent cache would incorrectly mark protobuf objects as updated.
```