SeanFeldman / azure-events-wishlist

Curated list of Azure events via EventGrid
20 stars 0 forks source link

New event type was published on Event Grid topic #34

Open tomkerkhove opened 4 years ago

tomkerkhove commented 4 years ago

Usecase scenario

New event type was published on Event Grid topic which would make it easier for topic consumers to discover new events that they can use to subscribe to.

Today, you have to subscribe for all events and do the determination yourself to see what other parties are emitting. It would be good if Event Grid could detect new event type (versions) and notify us instead.

This would make the event discovery a bit easier.

SeanFeldman commented 4 years ago

Love this one. Especially, given the fact that publishers know nothing about subscribers and distributing this kind of update might be tricky.