Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
func (*Request) Data ¶
func (r *Request) Data() protocol.MessageData
func (*Request) HeaderData ¶
func (*Request) Release ¶
func (r *Request) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*Request) Serialize ¶
Serialize serializes this Kafka request according to the given Kafka protocol version
func (*Request) SizeInBytes ¶
SizeInBytes returns the max size of this Kafka request in bytes when it's serialized
Click to show internal directories.
Click to hide internal directories.