edgexfoundry / app-functions-sdk-go

Owner: Applications WG
Apache License 2.0
43 stars 83 forks source link

Config updates not detected properly causing pipeline to be rebuilt by default #1541

Closed lenny-goodell closed 9 months ago

lenny-goodell commented 9 months ago

🐞 Bug Report

Affected Services [REQUIRED]

The issue is located in: Config Updates ### Is this a regression? Yes, the previous version in which this bug was not present was 2.3 ### Description and Minimal Reproduction [**REQUIRED**] Run non-secure edgex with app sample. From Consul change `edgex/v3/core-common-config-bootstrapper/app-services/Writable/Telemetry/Metrics/HttpExportErrors` and save. View logs for app sample and the following message will be present ``` msg="Configurable Pipeline successfully reloaded from new configuration" ```
lenny-goodell commented 9 months ago

Pipeline function parameters casing causing Pipelines DeepEqual to fail