replication_correlation

package
v1.29.8 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2025 License: AGPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

Types

type Config

type Config struct {
	SafetyCommitOffsetPaddingSize int64 `config:"safety_commit_offset_padding_size"` //offset between last and wal
	SafetyCommitIntervalInSeconds int64 `config:"safety_commit_interval_in_seconds"` //time between last and wal
	SafetyCommitRetryTimes        int   `config:"safety_commit_retry_times"`         //retry times
	PartitionSize                 int   `config:"partition_size"`                    //retry times
}

type MessageRecord

type MessageRecord struct {
	MessageOffset queue.Offset

	RecordOffset    string
	RecordTimestamp string
	// contains filtered or unexported fields
}

type ReplicationCorrectionGroup

type ReplicationCorrectionGroup struct {
	PreStageQueueName string `config:"pre_stage_queue"`
	//FirstStageQueueName string `config:"first_stage_queue"`
	FinalStageQueueName string `config:"final_stage_queue"`
	// contains filtered or unexported fields
}

func (*ReplicationCorrectionGroup) Name

func (processor *ReplicationCorrectionGroup) Name() string

type ReplicationCorrectionProcessor

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

func (*ReplicationCorrectionProcessor) Name

func (processor *ReplicationCorrectionProcessor) Name() string

func (*ReplicationCorrectionProcessor) Process

func (processor *ReplicationCorrectionProcessor) Process(ctx *pipeline.Context) error

func (*ReplicationCorrectionProcessor) Stop

func (processor *ReplicationCorrectionProcessor) Stop() error

Jump to

Keyboard shortcuts

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