Skip to content

Commit

Permalink
refactor!: Update config for message bus topic wild cards
Browse files Browse the repository at this point in the history
BREAKING CHANGE: use MQTT wild cards + for single level and # for multiple levels

Signed-off-by: Ginny Guan <ginny@iotechsys.com>
  • Loading branch information
jinlinGuan committed Feb 6, 2023
1 parent 1acc2ef commit 73fb48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/cmd/device-simple/res/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ SecretName = "redisdb"
PublishTopicPrefix = "edgex/events/device" # /<device-profile-name>/<device-name>/<source-name> will be added to this Publish Topic prefix
CommandRequestTopic = "edgex/device/command/request/device-simple/#" # subscribing for inbound command requests
CommandResponseTopicPrefix = "edgex/device/command/response" # publishing outbound command responses; <device-service>/<device-name>/<command-name>/<method> will be added to this publish topic prefix
SystemEventTopic = "edgex/system-events/core-metadata/device/#/device-simple/#"
SystemEventTopic = "edgex/system-events/core-metadata/device/+/device-simple/#"
[MessageBus.Optional]
# Default MQTT Specific options that need to be here to enable environment variable overrides of them
# Client Identifiers
Expand Down

0 comments on commit 73fb48f

Please sign in to comment.