Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OffsetMsg ¶
type OffsetMsg struct { Partition int32 `json:"partition"` Offset int64 `json:"offset"` ErrorCode int64 `json:"error_code"` }
OffsetMsg response message
type Record ¶
type Record struct { Key string `json:"key"` Value json.RawMessage `json:"value"` }
Record pub message
Click to show internal directories.
Click to hide internal directories.