Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct {
Key, Value []byte
Topic string
Partition int32
Offset int64
Timestamp time.Time // only set if kafka is version 0.10+, inner message timestamp
BlockTimestamp time.Time // only set if kafka is version 0.10+, outer (compressed) block timestamp
Headers []*sarama.RecordHeader // only set if kafka is version 0.11+
UUID uuid.UUID
}
func (*Record) RecordValue ¶
func (r *Record) RecordValue() interface{}
type RecordHeader ¶
Click to show internal directories.
Click to hide internal directories.