mongooplog

package
v0.9.24 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2019 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const OplogCheckerCollectionName = "heartbeat"

Variables

This section is empty.

Functions

func GetRowDataFromOp

func GetRowDataFromOp(op *gtm.Op) *map[string]interface{}

func OplogPositionValueDecoder added in v0.9.19

func OplogPositionValueDecoder(v string) (interface{}, error)

func OplogPositionValueEncoder added in v0.9.19

func OplogPositionValueEncoder(v interface{}) (string, error)

func SetupInitialPosition added in v0.9.17

func SetupInitialPosition(cache position_store.PositionCacheInterface, startPositionInSpec *config.MongoPosition) error

func UpdateCurrentPositionValue added in v0.9.17

func UpdateCurrentPositionValue(cache position_store.PositionCacheInterface, positionValue config.MongoPosition) error

Types

type OplogChecker

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

func NewOplogChecker

func NewOplogChecker(session *mgo.Session, sourceHost string, pipelineName string, ctx context.Context) *OplogChecker

func (*OplogChecker) MarkActive

func (checker *OplogChecker) MarkActive(data map[string]interface{})

func (*OplogChecker) Run

func (checker *OplogChecker) Run()

func (*OplogChecker) Stop

func (checker *OplogChecker) Stop()

type OplogHeartbeat

type OplogHeartbeat struct {
	ID   bson.ObjectId `bson:"_id,omitempty"`
	Name string        `bson:"name"`
	T    string        `bson:"t"`
}

type OplogPositionValue added in v0.9.17

type OplogPositionValue struct {
	StartPosition   *config.MongoPosition `json:"start_position" bson:"start_position"`
	CurrentPosition config.MongoPosition  `json:"current_position" bson:"current_position"`
}

func GetPositionValue added in v0.9.17

type OplogTailer

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

func NewOplogTailer

func NewOplogTailer(opts *OplogTailerOpt) *OplogTailer

func (*OplogTailer) AfterMsgCommit

func (tailer *OplogTailer) AfterMsgCommit(msg *core.Msg) error

func (*OplogTailer) Filter

func (tailer *OplogTailer) Filter(op *gtm.Op, option *filterOpt) bool

func (*OplogTailer) Run

func (tailer *OplogTailer) Run()

func (*OplogTailer) SendDeadSignal

func (tailer *OplogTailer) SendDeadSignal() error

func (*OplogTailer) Stop

func (tailer *OplogTailer) Stop()

func (*OplogTailer) Wait

func (tailer *OplogTailer) Wait()

type OplogTailerOpt

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

type PluginConfig

type PluginConfig struct {
	// MongoSource *config.MongoSource `mapstructure:"source" toml:"source" json:"source"`
	Source        *config.MongoConnConfig `mapstructure:"source" toml:"source" json:"source"`
	StartPosition *config.MongoPosition   `mapstructure:"start-position" toml:"start-position" json:"start-position"`
	GtmConfig     *config.GtmConfig       `mapstructure:"gtm-config" toml:"gtm-config" json:"gtm-config"`
}

Jump to

Keyboard shortcuts

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