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 = 1

Variables

This section is empty.

Functions

This section is empty.

Types

type ListOffsetsPartitionRequest

type ListOffsetsPartitionRequest struct {
	PartitionIndex int32
	Timestamp      time.Time
}

type ListOffsetsPartitionResponse

type ListOffsetsPartitionResponse struct {
	PartitionIndex int32
	ErrCode        errors.KafkaError
	Timestamp      time.Time
	Offset         int64
}

type ListOffsetsTopicRequest

type ListOffsetsTopicRequest struct {
	Name       string
	Partitions []ListOffsetsPartitionRequest
}

type ListOffsetsTopicResponse

type ListOffsetsTopicResponse struct {
	Name       string
	Partitions []ListOffsetsPartitionResponse
}

type Request

type Request struct {
	ReplicaID int32
	Topics    []ListOffsetsTopicRequest
}

func (*Request) Version

func (r *Request) Version() int16

type Response

type Response struct {
	Topics []ListOffsetsTopicResponse
}

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