Pull delivery model support in C# SDK

Justin Kim 20 Reputation points
2024-06-13T03:50:48.2233333+00:00

We're using Azure.Messaging.EventGrid 4.22.0-beta.1 to perform polling on the event grid (EventGridClient.ReceiveCloudEventsAsync method).

I have noticed that in the latest version of the package, 4.24.0, this operation is not available.

It seems that EventGrid still supports pull delivery model as described here:

https://learn.microsoft.com/en-us/azure/event-grid/pull-delivery-overview

And the code example for doing exactly what we're doing is still live on the documentation site:

https://learn.microsoft.com/en-us/azure/event-grid/event-grid-dotnet-get-started-pull-delivery

I'm wondering whether we should be writing new code relying on this feature. Can someone from the Event Grid team shed some light?

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
344 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 31,021 Reputation points MVP
    2024-06-13T06:50:13.14+00:00

    Hello @Justin Kim,

    welcome to this moderated Azure community forum.

    The Nuget package logic is maintained in this GitHub Repository.

    To get help from the team behind the library, submit an question as an issue.

    Follow the specific issue question format offered in the repo so it's handled the right way.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments

0 additional answers

Sort by: Most helpful