Skip to content

Commit 0ea2ba4

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent ae0873e commit 0ea2ba4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/en/blog/news/read-after-write-consistency.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Although with optimistic locking we were able to overcome this issue, see [this
170170

171171
{{% alert color=success %}}
172172
This changed in Kubernetes guidelines. Now if we are able to pars the `resourceVersion` as an integer
173-
we can use numerical comparison. See related [KEP](https://github.com/michaelasp/enhancements/tree/master/keps/sig-api-machinery/5504-comparable-resource-version)
173+
we can use numerical comparison. See related [KEP](https://github.com/michaelasp/enhancements/tree/master/keps/sig-api-machinery/5504-comparable-resource-version).
174174
{{% /alert %}}
175175

176176
From this point the idea of the algorithm is very simple:
@@ -235,7 +235,6 @@ However, this way we significantly reduce the number of reconciliations, thus ma
235235

236236
## Notes
237237

238-
239238
TODO:
240239
- alternatives => deferring reconciliation, this is optimized for throughput
241240
- filter events

0 commit comments

Comments
 (0)