MCPcopy Create free account
hub / github.com/IBM/sarama / offsetCommitRequestBlock

Struct offsetCommitRequestBlock

offset_commit_request.go:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const GroupGenerationUndefined = -1
14
15type offsetCommitRequestBlock struct {
16 offset int64
17 timestamp int64
18 committedLeaderEpoch int32
19 metadata string
20}
21
22func (b *offsetCommitRequestBlock) encode(pe packetEncoder, version int16) error {
23 pe.putInt64(b.offset)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected