config

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewListenerManagerConfig

func NewListenerManagerConfig(configService driver.ConfigService) *serviceListenerManagerConfig

Types

type ListenerManagerConfig

type ListenerManagerConfig interface {
	Type() ManagerType
	CommitterMaxRetries() int
	CommitterRetryWaitDuration() time.Duration
	DeliveryMapperParallelism() int
	DeliveryBlockProcessParallelism() int
	DeliveryListenerTimeout() time.Duration
	DeliveryLRUSize() int
	DeliveryLRUBuffer() int
}

type ManagerType

type ManagerType string
const (
	Committer ManagerType = "committer"
	Delivery  ManagerType = "delivery"
)

Jump to

Keyboard shortcuts

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