Skip to content

Commit

Permalink
Merge pull request #796 from lenny-intel/fix-topic-constant-name
Browse files Browse the repository at this point in the history
fix: Correct name of topic constant for subscribing to system events
  • Loading branch information
Lenny Goodell authored Feb 14, 2023
2 parents 4a060e2 + 09461d9 commit 5ded580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,9 @@ const (
// No Topics Yet

// Device Services Topics
CommandRequestSubscribeTopic = "device/command/request" // <DeviceServiceName>/# is appended <
MetadataSystemSubscribeEvent = "system-events/core-metadata/+/+" // <DeviceServiceName>/# is appended
ValidateDeviceSubscribeTopic = "validate/device" // <DeviceServiceName> is pre-pended
CommandRequestSubscribeTopic = "device/command/request" // <DeviceServiceName>/# is appended <
MetadataSystemEventSubscribeTopic = "system-events/core-metadata/+/+" // <DeviceServiceName>/# is appended
ValidateDeviceSubscribeTopic = "validate/device" // <DeviceServiceName> is pre-pended

// App Service Topics
// App Service topics remain configurable inorder to filter by subscription.
Expand Down

0 comments on commit 5ded580

Please sign in to comment.