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