Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LookoutConfiguration ¶
type LookoutConfiguration struct { HttpPort uint16 GrpcPort uint16 MetricsPort uint16 UIConfig LookoutUIConfig EventQueue string Nats NatsConfig Jetstream configuration.JetstreamConfig Postgres configuration.PostgresConfig PrunerConfig PrunerConfig DisableEventProcessing bool }
type LookoutIngesterConfiguration ¶ added in v0.3.0
type LookoutIngesterConfiguration struct { // Database configuration Postgres configuration.PostgresConfig // General Pulsar configuration Pulsar configuration.PulsarConfig // Pulsar subscription name SubscriptionName string // Size in bytes above which job specs will be compressed when inserting in the database MinJobSpecCompressionSize int // Number of messages that will be batched together before being inserted into the database BatchSize int // Maximum time since the last batch before a batch will be inserted into the database BatchDuration time.Duration // Time for which the pulsar consumer will wait for a new message before retrying PulsarReceiveTimeout time.Duration // Time for which the pulsar consumer will back off after receiving an error on trying to receive a message PulsarBackoffTime time.Duration // Number of goroutines to be used for receiving messages and converting them to instructions Paralellism int }
type LookoutUIConfig ¶ added in v0.1.23
type NatsConfig ¶
type PrunerConfig ¶ added in v0.2.11
Click to show internal directories.
Click to hide internal directories.