問題タブ [google-cloud-iot]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
google-cloud-iot - サブフォルダに追加のテレメトリ トピックとワイルドカードを含む Google IoT Core レジストリ?
テレメトリ トピックをレジストリに追加し、テレメトリ ストリームをさまざまな pubsub トピックに配布したいと考えています。デバイス上の MQTT トピックは複数のサブフォルダーを使用するため、レジストリのサブフォルダー文字列はpubsub トピックと正確には一致しません。
たとえば、デバイスは次のトピックにテレメトリを送信します: /devices/devId/events/pubsubTopicId/additionalInfo/evenMoreInfo
結果の pubsub メッセージをトピック/projects/projectId/topics/pubsubTopicIdに配置し、 /additionalInfo/evenMoreInfoのような pubsubサブフォルダープロパティを持たせたいと思います。
代わりに、現在、すべてのメッセージはレジストリのデフォルトの pubsub トピックで公開されています。
したがって、この質問は、レジストリのEventNotificationConfigのsubfolderMatchesプロパティでワイルドカードを有効にするための Google チームへの機能要求です。/devices/devId/eventsの後の最初のサブフォルダーが一致する場合、肯定的な一致が評価される可能性があります。
答えてくれてありがとう!