Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
The KafkaRaftCient implementation only forces the RaftClient.Listener to load a snapshot only when the listener's next offset is less than the start offset.
This is technically correct but in some cases it may be more efficient to load a snapshot even when the next offset exists in the log. This is clearly true when the latest snapshot has less entries than the number of records from the next offset to the latest snapshot.
Attachments
Attachments
Issue Links
- links to