Skip to content

Commit

Permalink
Merge pull request #645 from PratikshaSonawane/GRD-91155
Browse files Browse the repository at this point in the history
GRD-91155 Fixed EventHub input and Azure Postgres filter package
  • Loading branch information
PratikshaSonawane authored Jan 29, 2025
2 parents a7352cb + 13b2c77 commit 8f295a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gdp-packages/input/AzureEventHubInput/input/input.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sequence": 1
},
"event_hub_connections": {
"type": "text",
"type": "string_list",
"label": "Event hub connections",
"optional": false,
"hidden": false,
Expand Down

0 comments on commit 8f295a2

Please sign in to comment.