edgexfoundry / edgex-compose

EdgeX Foundry Docker Compose release compose files and tools for building EdgeX compose files
Apache License 2.0
82 stars 119 forks source link

fix: Adjust SystemEventTopic when using MQTT. #330

Closed lenny-goodell closed 1 year ago

lenny-goodell commented 1 year ago

MQTT requires + for inner level wild topic wildcard

Signed-off-by: Leonard Goodell leonard.goodell@intel.com

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

PR Checklist

Please check if your PR fulfills the following requirements:

Testing Instructions

lenny-goodell commented 1 year ago

Closing as this is dependent on https://github.com/edgexfoundry/edgex-compose/pull/328 so had to add these changes as a commit in that PR.