From a0242eedee30ed9314270bafc5d82f080a5532c4 Mon Sep 17 00:00:00 2001 From: trifonovt <87468028+TihomirTrifonov@users.noreply.github.com> Date: Fri, 8 May 2026 13:19:51 +0200 Subject: [PATCH] Adjust import runtime defaults --- src/main/resources/application.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5405526..7d63d7a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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