session_analyzer

package
v0.0.81 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// queue group
	QUEUE_GROUP = "session-analyzer"

	// consumer config
	CONSUMER_NAME         = "session-analyzer-consumer"
	ACK_WAIT              = 30 * time.Second
	MAX_DELIVERY_ATTEMPTS = 5
	MAX_ACK_PENDING       = 100
	FETCH_BATCH_SIZE      = 50
	MAX_FETCH_WAIT        = 500 * time.Millisecond
	ERR_BACKOFF           = 100 * time.Millisecond
)

Variables

View Source
var SUBSCRIBED_SUBJECT = enum.EventWebtrackerSessionClosed.String()

Functions

func NewSessionAnalyzer

func NewSessionAnalyzer(
	natsConn *nats_internal.NATSConnections,
	repository *repository.Repositories,
) interfaces.NatsService

Types

This section is empty.

Jump to

Keyboard shortcuts

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