defaults

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2023 License: MIT Imports: 10 Imported by: 0

README

limits

This plugin enforces various limits.

Documentation

Index

Constants

View Source
const (
	Name                = "limits"
	GetMoreRatelimitKey = "limit.getmore"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type LimitsPlugin

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

This is a plugin that handles sending the request to the acutual downstream mongo

func (*LimitsPlugin) Configure

func (p *LimitsPlugin) Configure(d bson.D) error

Configure configures this plugin with the given configuration object. Returns an error if the configuration is invalid for the plugin.

func (*LimitsPlugin) Name

func (p *LimitsPlugin) Name() string

func (*LimitsPlugin) Process

func (p *LimitsPlugin) Process(ctx context.Context, r *plugins.Request, next plugins.PipelineFunc) (bson.D, error)

Process is the function executed when a message is called in the pipeline.

type LimitsPluginConfig

type LimitsPluginConfig struct {
	// BatchSizeLimit defines a limit for a query's batch size
	BatchSizeLimit int32 `bson:"batchSizeLimit"`

	// GetMoreStreamRatelimit defines a ratelimit for any given getMore stream
	GetMoreStreamRatelimit int `bson:"getMoreStreamRatelimit"`
}

Jump to

Keyboard shortcuts

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