From 13b2c77d94f20d6542f0834ef93951949844040c Mon Sep 17 00:00:00 2001 From: Pratiksha Sonawane Date: Tue, 7 Jan 2025 10:06:14 +0530 Subject: [PATCH] GRD-91155 Fixed EventHub input and Azure Postgres filter package Signed-off-by: Pratiksha Sonawane --- gdp-packages/input/AzureEventHubInput/input/input.conf | 2 +- .../profile/AzurePostgresOverEventHubProfile/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdp-packages/input/AzureEventHubInput/input/input.conf b/gdp-packages/input/AzureEventHubInput/input/input.conf index 7bab8c28d..44977cc25 100755 --- a/gdp-packages/input/AzureEventHubInput/input/input.conf +++ b/gdp-packages/input/AzureEventHubInput/input/input.conf @@ -3,7 +3,7 @@ input azure_event_hubs { config_mode => "param_config_mode" - event_hub_connections => [ "param_event_hub_connections" ] + event_hub_connections => [ param_event_hub_connections ] initial_position => "param_initial_position" threads => param_threads decorate_events => param_decorate_events diff --git a/gdp-packages/profile/AzurePostgresOverEventHubProfile/package.json b/gdp-packages/profile/AzurePostgresOverEventHubProfile/package.json index 3e97ecf08..8d300984f 100644 --- a/gdp-packages/profile/AzurePostgresOverEventHubProfile/package.json +++ b/gdp-packages/profile/AzurePostgresOverEventHubProfile/package.json @@ -13,7 +13,7 @@ "sequence": 1 }, "event_hub_connections": { - "type": "text", + "type": "string_list", "label": "Event hub connections", "optional": false, "hidden": false,