Adjust import runtime defaults
This commit is contained in:
parent
ddc45f3c30
commit
a0242eedee
|
|
@ -116,8 +116,8 @@ eventhub:
|
|||
initial-strategy: OCCURRED_AT_WINDOW_WITH_OVERLAP
|
||||
scheduled-strategy: SOURCE_PACKAGE_WATERMARK
|
||||
refresh-master-data-first: true
|
||||
initial-occurred-from: "2026-01-21T00:00:00+01:00"
|
||||
initial-occurred-to:
|
||||
initial-occurred-from: "2026-04-01T00:00:00+01:00"
|
||||
initial-occurred-to: "2026-04-10T00:00:00+01:00"
|
||||
run-initial-on-startup: true
|
||||
|
||||
esper-poc:
|
||||
|
|
@ -129,6 +129,7 @@ eventhub:
|
|||
merge-gap-seconds: 0
|
||||
gap-detection-tolerance-seconds: 0
|
||||
unknown-treatment-mode: AS_BREAK_REST
|
||||
engine-mode: STREAM_COLLECTOR
|
||||
|
||||
yellow-fox:
|
||||
default-chunk-days: 1
|
||||
|
|
@ -149,7 +150,7 @@ eventhub:
|
|||
- plan-key: yellowfox-d8-default
|
||||
enabled: false
|
||||
cron: "0 */5 * * * *"
|
||||
tenant-key: default
|
||||
tenant-key: Procon
|
||||
event-source:
|
||||
provider-key: YELLOWFOX
|
||||
source-kind: TELEMATICS_PLATFORM
|
||||
|
|
@ -161,10 +162,12 @@ eventhub:
|
|||
include-children: false
|
||||
event-families:
|
||||
- DRIVER_ACTIVITY
|
||||
- DRIVER_CARD
|
||||
#- DRIVER_CARD
|
||||
initial-mode: INITIAL_BACKFILL
|
||||
scheduled-mode: INCREMENTAL_UPDATE
|
||||
initial-strategy: OCCURRED_AT_WINDOW_WITH_OVERLAP
|
||||
scheduled-strategy: SOURCE_ROW_WATERMARK
|
||||
initial-occurred-from: "2026-04-01T00:00:00+01:00"
|
||||
initial-occurred-to: "2026-04-02T00:00:00+01:00"
|
||||
refresh-master-data-first: false
|
||||
run-initial-on-startup: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue