MCPcopy
hub / github.com/segmentio/kafka-go / ReadRecord

Method ReadRecord

protocol/record_batch.go:317–319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

315}
316
317func (m *MessageSet) ReadRecord() (*Record, error) {
318 return m.Records.ReadRecord()
319}
320
321func (m *MessageSet) Offset() int64 {
322 return m.BaseOffset

Callers

nothing calls this directly

Calls 1

ReadRecordMethod · 0.65

Tested by

no test coverage detected