edgexfoundry / app-service-configurable

Owner: Applications WG
Apache License 2.0
18 stars 47 forks source link

fix: [levski] Make Compression functions thread safe #545

Closed lenny-goodell closed 1 year ago

lenny-goodell commented 1 year ago

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/app-service-configurable/blob/main/.github/CONTRIBUTING.md

PR Checklist

Please check if your PR fulfills the following requirements:

Testing Instructions

run make docker Modify docker-compose-no-secty-with-app-sample.yml to use edgexfoundry/app-service-configurable:0.0.0-dev Run modified compose file from Consul set app-sample logging to DEBUG from Consul set default pipeline ExecutionOrder to Compress, SetResponseData Let service run for 5 mins and verify no panic. from Consul Compress function Algorithm to zlib Let service run for 5 mins and verify no panic.

New Dependency Instructions (If applicable)