Hello , Welcome to MS Q&A
Yes, Azure Event Grid does support forwarding events from Event Grid Topics (Namespace or Custom) to Topic Spaces in the MQTT broker feature, but with some architectural considerations.
To publish or forward events received on Event Grid Topics to Event Grid Topic Spaces (MQTT Broker), you can utilize Azure Event Grid's MQTT broker feature. This feature supports messaging using the MQTT protocol, allowing clients to publish and subscribe to MQTT messages over flexible hierarchical topics.
Here are some useful resources to get you started:
- Quickstart: Publish and subscribe to MQTT messages on an Event Grid namespace with the Azure CLI: This guide helps you create an Event Grid namespace with the MQTT broker enabled, create subresources like clients and topic spaces, and grant access to publish and subscribe to topic spaces. Read more here.
- Topic Spaces in Azure Event Grid’s MQTT broker feature: This document explains how topic spaces represent multiple topics through a set of topic templates, simplifying access control management. Learn more here.
Pls check and let me know if any further ques
Thanks
Deepanshu