Azure / azure-sdk

This is the Azure SDK parent repository and mostly contains documentation around guidelines and policies as well as the releases for the various languages supported by the Azure SDK.
http://azure.github.io/azure-sdk
MIT License
477 stars 295 forks source link

Azure SDK Review - [Azure Web PubSub] #7914

Open azure-sdk opened 3 weeks ago

azure-sdk commented 3 weeks ago

New SDK Review meeting has been requested.

Service Name: Azure Web PubSub Review Created By: Zitong Yang Review Date: 08/28/2024 02:05 PM PT

Release Plan: Hero Scenarios Link: here Architecture Diagram Link: here Core Concepts Doc Link: here APIView Links:

Description: MQTT is an OASIS standard messaging protocol, designed as an extremely lightweight publish/subscribe messaging transport that is ideal for constrained device. Web PubSub service now supports MQTT as a WebSocket subprotocol to do client pub/sub alongside Web PubSub's own protocols. In the meeting, we plan to introduce those public APIs to handle MQTT client events including connect, connected and disconnected in Azure Functions Web PubSub triggers. The APIs in Microsoft.Azure.WebPubSub.Common are also reused in Azure Web PubSub service middleware client library for .NET.

Detailed meeting information and documents provided can be accessed here

Y-Sindo commented 3 weeks ago

Hello experts, I'm the creator of the review. I'd like to add additional information as follows:

azure-sdk commented 2 weeks ago

Meeting updated by Ronnie Geraghty

Service Name: Azure Web PubSub Review Created By: Zitong Yang Review Date: 08/28/2024 04:05 PM PT

Hero Scenarios Link: Not Provided Architecture Diagram Link: Not Provided Core Concepts Doc Link: Not Provided APIView Links: .NET,

Description: Web PubSub service now supports MQTT as a WebSocket protocol to do client pub/sub along side with Web PubSub's own protocols such as json.webpubsub.azure.v1. In the meeting, we plan to introduce the MQTT public APIs for handling MQTT client events including connect, connected and disconnected in webhooks.

Detailed meeting information and documents provided can be accessed here