Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/sarama
/ SetLastStableOffset
Method
SetLastStableOffset
fetch_response.go:745–748 ·
view source on GitHub ↗
(topic string, partition int32, offset int64)
Source
from the content-addressed store, hash-verified
743
}
744
745
func
(r *FetchResponse) SetLastStableOffset(topic string, partition int32, offset int64) {
746
frb := r.getOrCreateBlock(topic, partition)
747
frb.LastStableOffset = offset
748
}
Callers
3
TestConsumerExtraOffsets
Function · 0.95
TestConsumerNonSequentialOffsets
Function · 0.95
TestConsumerTimestamps
Function · 0.95
Calls
1
getOrCreateBlock
Method · 0.95
Tested by
3
TestConsumerExtraOffsets
Function · 0.76
TestConsumerNonSequentialOffsets
Function · 0.76
TestConsumerTimestamps
Function · 0.76