question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Single/multi-instance of EventGridClient

See original GitHub issue

Query/Question Should one re-use EventGridClient instances like it’s recommended for HttpClient or create them on a per-request basis ?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
msftbot[bot]commented, Nov 20, 2019

Thanks for working with Microsoft on GitHub! Tell us how you feel about your experience using the reactions on this comment.

0reactions
ahamad-MScommented, Nov 13, 2019

While it is all application dependent, but as @Banisadr indicated, reusing the EventGridClient instance is more efficient.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found