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