APC 技術ブログ

株式会社エーピーコミュニケーションズの技術ブログです。

株式会社 エーピーコミュニケーションズの技術ブログです。

【Microsoft Build 2023速報】Azure Messaging / Event Serviceの最新情報

Microsoft Buidl 2023関連で数多くの情報が出ていますが、Azure Event Hub/Event Grid関連のネタはあまり大きく取り上げられてなかった印象なので、キーワードだけ並べておきます。

こちらの情報は次のセッションで紹介されたものです。 オンデマンドでの公開ですので、興味のある方はぜひ御覧ください(30分)

What's new with Azure Messaging

Azure Event Grid

  • MQTT broker support
    • MQTT v3.1.1 and v5 support
    • Custom topics with wildcards support
    • Pub/Sub messaging model
    • 1-1(D2D), 1-many(C2D), many-1(D2C)
    • Flexible and fine-grained access control model
    • Routing to Azure Services and custom webhooks
    • Persistent sessions, QoS 0,1
    • X.509 Certificate Authentication

Azure Event Hub

  • Geo-data Reprecation (Private preview)
    • Repllication of messages across regions for GeoDR
  • Schema registry
    • Support for JSON schema
  • Kafka
    • Kafka compaction GA
    • Kafka connect GA
    • Mirror Maker 2 support
  • Capture to ADX
    • Capture events to Azure Data Explorer for real-time queries
  • Data generator
    • Push sample workloads
  • Capture Managed Identity
    • Managed identities for interaction with storage accounts
    • Capture into storage accounts in different subscription

Azure Stream Analytics

  • New pricing model
  • Virtual Networks for jobs (Public preview)
    • Enhanced network security for Standard ASA jobs with virtual networks
  • Kaka input & output (Private preview)
    • Consume and send events to topics iin a Kafka cluster
  • Delta Lake output
    • GA for Delta Lake
    • Supporting larger batches
  • Exactly once delivery
    • Event Hubs
    • ADLS Gen2
  • ASA hosted no-code editor
    • No-code editor hosted in the ASA extension
    • Support for Iot Hub and Blob inputs
  • Job diagram simulator
    • VSCode GA & Portal preview
    • Simulate job execution for parallelism and scale
  • Auto-scale GA
    • Automatically scale streaming units for jobs based on metrics
  • Schema registry itegration
    • Use Event Hub schema registry for inputs events
  • Improved troubleshooting
    • Improved errors & logging

その他

セッション後半は「Microsoft Fabric」。こちらのニュースは大きく取り上げられていると思うのでここでは紹介しないで詳しいページに任せたいと思います。

techblog.ap-com.co.jp

カンファレンスの紹介するにはちょっとインパクトが小さい内容なのかなとは思いますが、実際に「こういうことしたいんだよね」という方に「あ、これできるようになったんだ(なりそうだね)」ということがお伝えできればそれで使命は果たせたと思います。

Messaging / Event系のシステムは、システムをより堅牢にそして効率的にしていくために今後重要度が増していく要素になるかと思います。インパクトの大小に関わらず今後もウォッチし続けていきたいと思います。