Skip to main content
Version: 1.6

Lite Model configuration

Streaming processing mode

Configuration

NameImportanceTypeDefault valueDescription
pollDurationLowduration100msPoll duration of Kafka consumer
shutdownTimeoutLowduration10sHow long to wait for graceful shutdown
interpreterTimeoutLowduration10sTimeout of invocation of scenario (including enrichers) for events consumed in one poll
publishTimeoutLowduration10sTimeout on producing resulting event to Kafka
waitAfterFailureDelayLowduration10sProcessing delay after unexpected, transient error (does not include e.g. expression errors or 500 codes from OpenAPI)

Exception handling

Errors are sent to Kafka, to a dedicated topic:

modelConfig {
exceptionHandlingConfig: {
topic: "errors"
}
}

please look at common cofiguration for the details of the configuration.