Skip to content

Commit

Permalink
GRD-91155 Fixed EventHub input and Azure Postgres filter package
Browse files Browse the repository at this point in the history
Signed-off-by: Pratiksha Sonawane <[email protected]>
  • Loading branch information
Pratiksha Sonawane authored and Pratiksha Sonawane committed Jan 7, 2025
1 parent 0e546e8 commit 13b2c77
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 13b2c77

Please sign in to comment.