v4

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: 1 Imported by: 0

Documentation

Index

Constants

View Source
const Version int16 = 1

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	GroupID string
	Topics  []RequestOffsetFetchTopic
}

func (*Request) Version

func (r *Request) Version() int16

type RequestOffsetFetchTopic

type RequestOffsetFetchTopic struct {
	Name             string
	PartitionIndexes []int32
}

type Response

type Response struct {
	Topics []ResponseOffsetFetchTopic
}

func (*Response) Version

func (r *Response) Version() int16

type ResponseOffsetFetchTopic

type ResponseOffsetFetchTopic struct {
	Name       string
	Partitions []ResponseOffsetFetchTopicPartition
}

type ResponseOffsetFetchTopicPartition

type ResponseOffsetFetchTopicPartition struct {
	PartitionIndex  int32
	CommittedOffset int64
	Metadata        *string
	ErrCode         errors.KafkaError
}

Jump to

Keyboard shortcuts

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