Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MQTT wildcards in bus handler matching #523

Open
FelixTing opened this issue Nov 22, 2024 · 0 comments · May be fixed by #525
Open

Add support for MQTT wildcards in bus handler matching #523

FelixTing opened this issue Nov 22, 2024 · 0 comments · May be fixed by #525
Assignees
Labels
enhancement New feature or request

Comments

@FelixTing
Copy link
Member

🚀 Feature Request

Relevant Package [REQUIRED]

This feature request is for device-sdk-c

Description [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/#")
@FelixTing FelixTing added the enhancement New feature or request label Nov 22, 2024
@github-project-automation github-project-automation bot moved this to New Issues in Technical WG Nov 22, 2024
@jumpingliu jumpingliu moved this from New Issues to In Progress in Technical WG Nov 28, 2024
@FelixTing FelixTing self-assigned this Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant