v5

package
v0.0.0-...-fcf41b5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const Version int16 = 0

Variables

This section is empty.

Functions

This section is empty.

Types

type GroupMember

type GroupMember struct {
	MemberID string
	Metadata []byte
}

type GroupProtocol

type GroupProtocol struct {
	Name     string
	Metadata []byte
}

type Request

type Request struct {
	GroupID        string
	SessionTimeout time.Duration
	MemberID       string
	ProtocolType   string
	Protocols      []GroupProtocol
}

func (*Request) Version

func (r *Request) Version() int16

type Response

type Response struct {
	ErrCode      errors.KafkaError
	GenerationID int32
	ProtocolName string
	Leader       string
	MemberID     string
	Members      []GroupMember
}

func (*Response) Version

func (r *Response) Version() int16

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL