What is MQTT Topic Matcher Tester
This tool verifies whether topics match a subscription pattern, focusing on wildcard behavior of + and #.
Key Features
- Validate subscription pattern syntax.
- Batch-test multiple topics at once.
- Show per-segment match visualization.
- Provide quick patterns and one-click examples.
Steps
- Enter a subscription pattern.
- Input test topics line by line.
- Review match results and mismatch reasons.
FAQ
Why must # be the last level?
Per MQTT spec, # is a multi-level wildcard and must appear at the end of a filter.
Can publish topics contain wildcards?
Normally no. Wildcards are intended for subscriptions, not publish topic names.