1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

IoT Hubのデータレイクへの出力(メッセージルーティング)を利用する際に注意すること

Last updated at Posted at 2022-01-28

IoT Hubのメッセージルーティングを利用する際に注意すること

はじめに

知らないとやってしまいそうなので共有します。(というかやってしまった)
※今回の記事はDocsに思いっきり書いてあることです。きちんと読まないとですね

事象

以下のようなラムダアーキテクチャを構成する場合、

image.png

こんな感じでルーティングを組むと、コンシューマーグループなどからの読み取り=ホットパス(赤線)/ウォームパス(オレンジ)が停止します。(読み取れなくなるというのが正しい?)

2022-01-28-10-18-26.png

対処

eventsエンドポイントをへのルーティングを作成しましょう。

2022-01-28-10-20-02.png

おまけ

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?