Skip to content

Commit

Permalink
refactor!: Update message bus topic wild cards (#512)
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: Leonard Goodell <leonard.goodell@intel.com>
  • Loading branch information
Lenny Goodell authored Feb 7, 2023
1 parent 851ef8f commit 2fb2187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/sample/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ LogLevel = "INFO"
[Writable.Pipeline.PerTopicPipelines]
[Writable.Pipeline.PerTopicPipelines.float]
Id = "float-pipeline"
Topics = "edgex/events/device/#/Random-Float-Device/#"
Topics = "edgex/events/device/+/Random-Float-Device/#"
ExecutionOrder = "TransformJson, SetResponseData"
[Writable.Pipeline.PerTopicPipelines.int8-16]
Id = "int8-16-pipeline"
Topics = "edgex/events/device/#/#/Int8, edgex/events/device/#/#/Int16"
Topics = "edgex/events/device/+/+/Int8, edgex/events/device/+/+/Int16"
ExecutionOrder = "TransformXml, SetResponseData"

# The Pipeline.Functions sections define the parameter configuration for each specific function.
Expand Down

0 comments on commit 2fb2187

Please sign in to comment.