external-dns
external-dns copied to clipboard
fix(rfc2136): Use correct index for accessing UpdateOld if there are multiple chunks
trafficstars
If there are many updates to be made, UpdateNew is split into several chunks.
To get the corresponding row in UpdateOld, only the index in the current chunk is used. But UpdateOld is not splitted, to get the right element in UpdateOld (not splitted), you have to adjust the index to be in the corresponding chunk.
More
- [ ] Yes, this PR title follows Conventional Commits
- [ ] Yes, I added unit tests
- [ ] Yes, I updated end user documentation accordingly