Single/multi-instance of EventGridClient
See original GitHub issueQuery/Question
Should one re-use EventGridClient
instances like it’s recommended for HttpClient
or create them on a per-request basis ?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
EventGridClient Class (Microsoft.Azure.EventGrid)
Learn more about the Microsoft.Azure.EventGrid.EventGridClient in the Microsoft.Azure.EventGrid namespace.
Read more >Guidance on how to best register the EventGridClient with ...
I'm using the EventGridClient from the Microsoft.Azure.EventGrid NuGet package to publish events to an Azure Event Grid Topic.
Read more >How to use EventGridClient in Microsoft.Azure.EventGrid, ...
Azure Event Grid requires either the "aeg-sas-token" or the "aeg-sas-key" authorization header in the publish request.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for working with Microsoft on GitHub! Tell us how you feel about your experience using the reactions on this comment.
While it is all application dependent, but as @Banisadr indicated, reusing the EventGridClient instance is more efficient.