Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure SDK Review - [Azure Web PubSub] #7914

Open
azure-sdk opened this issue Aug 22, 2024 · 2 comments
Open

Azure SDK Review - [Azure Web PubSub] #7914

azure-sdk opened this issue Aug 22, 2024 · 2 comments
Labels
Client This issue points to a problem in the data-plane of the library. needs-team-triage Workflow: This issue needs the team to triage. WebPubSub

Comments

@azure-sdk
Copy link
Collaborator

azure-sdk commented Aug 22, 2024

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

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. needs-team-triage Workflow: This issue needs the team to triage. WebPubSub labels Aug 22, 2024
@Y-Sindo
Copy link
Member

Y-Sindo commented Aug 22, 2024

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

  • The hero scenario here shows a sample to implement Web PubSub event handlers in ASP.NET Core web app to authenticate and authorize MQTT clients. The sample implements Web PubSub CloudEvents protocol by itself. With the API changes in this review, uses no longer need to implement Web PubSub CloudEvents protocol, instead, they can use Web PubSub functions extensions, or Azure Web PubSub service middleware client library for .NET to achieve the same goal.

@azure-sdk
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. needs-team-triage Workflow: This issue needs the team to triage. WebPubSub
Projects
None yet
Development

No branches or pull requests

2 participants