mirror of https://github.com/apache/kafka.git
The remote index classes use `LazyIndex`, but immediately force materialization. This results in more verbose code and it's misleading since the indexes are not lazily used in practice. Also simplify `LazyIndex.forOffset/forTime` by removing `writable` parameter, which is always `true`. Reviewers: Satish Duggana <satishd@apache.org> |
||
---|---|---|
.. | ||
src | ||
.gitignore |