arcus-azure / arcus.eventgrid

Azure Event Grid development in a breeze
https://eventgrid.arcus-azure.net/
MIT License
17 stars 6 forks source link

Evaluate if we should migrate to Microsoft.Azure.Management.EventGrid #140

Closed tomkerkhove closed 1 year ago

tomkerkhove commented 4 years ago

What feature would you like to have? Evaluate if we should migrate to Microsoft.Azure.Management.EventGrid instead of our current SDK which is no longer updated for more than a year.

It looks like this new one contains new features as well so we should see what other things it enables us to do such as creating subscriptions, etc.

stijnmoreels commented 4 years ago

Hmm, not sure if the models we need are available in that library? Like the EventGridEvent?

tomkerkhove commented 4 years ago

Would be good to do an analysis of the differences and what the impact is, but low prio

stijnmoreels commented 3 years ago

Well, the Azure.Messaging.EventGrid package seems to be having all the deserialization logic for EventGrid and CloudEvent messages. https://github.com/Azure/azure-sdk-for-net/blob/473753f0d1c8a9c1cb4b11c19fad579b4786e849/sdk/eventgrid/Azure.Messaging.EventGrid/api/Azure.Messaging.EventGrid.netstandard2.0.cs#L16

tomkerkhove commented 3 years ago

So you are happy or concerned about that?

stijnmoreels commented 2 years ago

So you are happy or concerned about that?

Created new issue with the benefits listed #193

stijnmoreels commented 1 year ago

Used the new Azure SDK for EventGrid instead in #193 .