rawtopic

package
v3.66.3 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AlterConsumer

type AlterConsumer struct {
	Name               string
	SetImportant       rawoptional.Bool
	SetReadFrom        rawoptional.Time
	SetSupportedCodecs rawtopiccommon.SupportedCodecs
	AlterAttributes    map[string]string
}

func (*AlterConsumer) ToProto

func (c *AlterConsumer) ToProto() *Ydb_Topic.AlterConsumer

type AlterPartitioningSettings

type AlterPartitioningSettings struct {
	SetMinActivePartitions rawoptional.Int64
	SetPartitionCountLimit rawoptional.Int64
}

func (*AlterPartitioningSettings) ToProto

type AlterTopicRequest

type AlterTopicRequest struct {
	OperationParams rawydb.OperationParams

	Path string

	AlterPartitionSettings               AlterPartitioningSettings
	SetRetentionPeriod                   rawoptional.Duration
	SetRetentionStorageMB                rawoptional.Int64
	SetSupportedCodecs                   bool
	SetSupportedCodecsValue              rawtopiccommon.SupportedCodecs
	SetPartitionWriteSpeedBytesPerSecond rawoptional.Int64
	SetPartitionWriteBurstBytes          rawoptional.Int64
	AlterAttributes                      map[string]string
	AddConsumers                         []Consumer
	DropConsumers                        []string
	AlterConsumers                       []AlterConsumer
	SetMeteringMode                      MeteringMode
}

func (*AlterTopicRequest) ToProto

type AlterTopicResult

type AlterTopicResult struct {
	Operation rawydb.Operation
}

func (*AlterTopicResult) FromProto

func (r *AlterTopicResult) FromProto(proto *Ydb_Topic.AlterTopicResponse) error

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(service Ydb_Topic_V1.TopicServiceClient) Client

func (*Client) AlterTopic

func (c *Client) AlterTopic(ctx context.Context, req *AlterTopicRequest) (res AlterTopicResult, err error)

func (*Client) CreateTopic

func (c *Client) CreateTopic(
	ctx context.Context,
	req *CreateTopicRequest,
) (res CreateTopicResult, err error)

func (*Client) DescribeTopic

func (c *Client) DescribeTopic(ctx context.Context, req DescribeTopicRequest) (res DescribeTopicResult, err error)

func (*Client) DropTopic

func (c *Client) DropTopic(
	ctx context.Context,
	req DropTopicRequest,
) (res DropTopicResult, err error)

func (*Client) StreamRead

func (c *Client) StreamRead(ctxStreamLifeTime context.Context) (rawtopicreader.StreamReader, error)

func (*Client) StreamWrite

func (c *Client) StreamWrite(ctxStreamLifeTime context.Context) (*rawtopicwriter.StreamWriter, error)

type Consumer

type Consumer struct {
	Name            string
	Important       bool
	SupportedCodecs rawtopiccommon.SupportedCodecs
	ReadFrom        rawoptional.Time
	Attributes      map[string]string
}

func (*Consumer) MustFromProto

func (c *Consumer) MustFromProto(consumer *Ydb_Topic.Consumer)

func (*Consumer) ToProto

func (c *Consumer) ToProto() *Ydb_Topic.Consumer

type CreateTopicRequest

type CreateTopicRequest struct {
	OperationParams rawydb.OperationParams

	Path                              string
	PartitionSettings                 PartitioningSettings
	RetentionPeriod                   time.Duration
	RetentionStorageMB                int64
	SupportedCodecs                   rawtopiccommon.SupportedCodecs
	PartitionWriteSpeedBytesPerSecond int64
	PartitionWriteBurstBytes          int64
	Attributes                        map[string]string
	Consumers                         []Consumer
	MeteringMode                      MeteringMode
}

func (*CreateTopicRequest) ToProto

type CreateTopicResult

type CreateTopicResult struct {
	Operation rawydb.Operation
}

func (*CreateTopicResult) FromProto

type DescribeTopicRequest

type DescribeTopicRequest struct {
	OperationParams rawydb.OperationParams
	Path            string
}

func (*DescribeTopicRequest) ToProto

type DescribeTopicResult

type DescribeTopicResult struct {
	Operation rawydb.Operation

	Self                              rawscheme.Entry
	PartitioningSettings              PartitioningSettings
	Partitions                        []PartitionInfo
	RetentionPeriod                   time.Duration
	RetentionStorageMB                int64
	SupportedCodecs                   rawtopiccommon.SupportedCodecs
	PartitionWriteSpeedBytesPerSecond int64
	PartitionWriteBurstBytes          int64
	Attributes                        map[string]string
	Consumers                         []Consumer
	MeteringMode                      MeteringMode
}

func (*DescribeTopicResult) FromProto

func (res *DescribeTopicResult) FromProto(protoResponse *Ydb_Topic.DescribeTopicResponse) error

type DropTopicRequest

type DropTopicRequest struct {
	OperationParams rawydb.OperationParams
	Path            string
}

func (*DropTopicRequest) ToProto

type DropTopicResult

type DropTopicResult struct {
	Operation rawydb.Operation
}

func (*DropTopicResult) FromProto

func (r *DropTopicResult) FromProto(proto *Ydb_Topic.DropTopicResponse) error

type MeteringMode added in v3.38.2

type MeteringMode int

type PartitionInfo added in v3.38.2

type PartitionInfo struct {
	PartitionID        int64
	Active             bool
	ChildPartitionIDs  []int64
	ParentPartitionIDs []int64
}

type PartitioningSettings

type PartitioningSettings struct {
	MinActivePartitions int64
	PartitionCountLimit int64
}

func (*PartitioningSettings) FromProto

func (*PartitioningSettings) ToProto

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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