Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct {
ReplicaID int32 `kafka:"min=v1,max=v5"`
IsolationLevel int8 `kafka:"min=v2,max=v5"`
Topics []RequestTopic `kafka:"min=v1,max=v5"`
}
type RequestPartition ¶
type RequestTopic ¶
type RequestTopic struct {
Topic string `kafka:"min=v1,max=v5"`
Partitions []RequestPartition `kafka:"min=v1,max=v5"`
}
type Response ¶
type Response struct {
ThrottleTimeMs int32 `kafka:"min=v2,max=v5"`
Topics []ResponseTopic `kafka:"min=v1,max=v5"`
}
type ResponsePartition ¶
type ResponseTopic ¶
type ResponseTopic struct {
Topic string `kafka:"min=v1,max=v5"`
Partitions []ResponsePartition `kafka:"min=v1,max=v5"`
}
Click to show internal directories.
Click to hide internal directories.