zilla
zilla copied to clipboard
Support `mqtt` client `subscribe` validation via `asyncapi`
Describe the desired outcome from the user's perspective
As devops, I want to validate mqtt
messages received from an mqtt
broker to ensure correctness before passing to clients.
Acceptance criteria
- Support skip or warn strategies for invalid messages received via
mqtt
client binding - Integrate
asyncapi
clientmqtt
support to generate enforcement ofmqtt
client message validation
Additional context None