edgexfoundry / device-random

Owner: Device WG
Apache License 2.0
10 stars 35 forks source link

refactor: Change PublishTopicPrefix value to be 'edgex/events/device' #171

Closed lenny-goodell closed 3 years ago

lenny-goodell commented 3 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

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

What is the current behavior?

PublishTopicPrefix value is 'edgex/events/' which doesn't allow Core Data to uniquely subscribe just to Device Service Events

Issue Number: #170

What is the new behavior?

PublishTopicPrefix value is 'edgex/events/device' which is unique to Device Services

Does this PR introduce a breaking change?

New Imports

Specific Instructions

Other information