Documentation ¶
Index ¶
Constants ¶
View Source
const Version int16 = 3
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { GroupID string Members []RequestMember }
type RequestMember ¶
type Response ¶
type Response struct { ThrottleDuration time.Duration ErrCode errors.KafkaError Members []ResponseMember }
type ResponseMember ¶
type ResponseMember struct { MemberID string GroupInstanceID *string ErrCode errors.KafkaError }
Click to show internal directories.
Click to hide internal directories.