Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct {
GroupID string `kafka:"min=v0,max=v5|min=v6,max=v7,compact"`
SessionTimeoutMS int32 `kafka:"min=v0,max=v7"`
RebalanceTimeoutMS int32 `kafka:"min=v1,max=v7"`
MemberID string `kafka:"min=v0,max=v5|min=v6,max=v7,compact"`
GroupInstanceID string `kafka:"min=v5,max=v5,nullable|min=v6,max=v7,compact,nullable"`
ProtocolType string `kafka:"min=v0,max=v5|min=v6,max=v7,compact"`
Protocols []RequestProtocol `kafka:"min=v0,max=v7"`
// contains filtered or unexported fields
}
type RequestProtocol ¶
type Response ¶
type Response struct {
ThrottleTimeMS int32 `kafka:"min=v2,max=v7"`
ErrorCode int16 `kafka:"min=v0,max=v7"`
GenerationID int32 `kafka:"min=v0,max=v7"`
ProtocolType string `kafka:"min=v7,max=v7,compact,nullable"`
ProtocolName string `kafka:"min=v0,max=v5|min=v6,max=v6,compact|min=v7,max=v7,compact,nullable"`
LeaderID string `kafka:"min=v0,max=v5|min=v6,max=v7,compact"`
MemberID string `kafka:"min=v0,max=v5|min=v6,max=v7,compact"`
Members []ResponseMember `kafka:"min=v0,max=v7"`
// contains filtered or unexported fields
}
type ResponseMember ¶
type ResponseMemberMetadata ¶
type ResponseMemberMetadata struct{}
Click to show internal directories.
Click to hide internal directories.