You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The edgex_bus_match_handler only supports exact path matching. This limits the flexibility of topic subscriptions, especially for MQTT use cases where wildcards are commonly used.
Describe the solution you'd like
Enhance path matching to support MQTT wildcards:
+ for single-level matching (e.g., "device/+/data")
# for multi-level matching (e.g., "device/#")
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for device-sdk-cDescription [REQUIRED]
The edgex_bus_match_handler only supports exact path matching. This limits the flexibility of topic subscriptions, especially for MQTT use cases where wildcards are commonly used.
Describe the solution you'd like
Enhance path matching to support MQTT wildcards:
+
for single-level matching (e.g., "device/+/data")#
for multi-level matching (e.g., "device/#")The text was updated successfully, but these errors were encountered: