Lite Model configuration
Streaming processing mode
Configuration
Name | Importance | Type | Default value | Description |
---|---|---|---|---|
pollDuration | Low | duration | 100ms | Poll duration of Kafka consumer |
shutdownTimeout | Low | duration | 10s | How long to wait for graceful shutdown |
interpreterTimeout | Low | duration | 10s | Timeout of invocation of scenario (including enrichers) for events consumed in one poll |
publishTimeout | Low | duration | 10s | Timeout on producing resulting event to Kafka |
waitAfterFailureDelay | Low | duration | 10s | Processing 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.