Happy Friday everyone,
Just curious what the use cases for Event hubs are for? Does anyone have any examples?
Happy Friday everyone,
Just curious what the use cases for Event hubs are for? Does anyone have any examples?
LOL after I posted this I started scrolling through posts and found this
thanks @Jesse.Peden
No problem. Another example of how we’re GOING TO BE using them is that there’s a script that we run for one of our clients, that takes around 3 days to complete, and because of how hard hitting some of our other scripts are that run every day, we can’t add this 3-day-long script to the mix and overload the PSU server… so we’re going to keep the script on the PSU server but dump it into a variable that gets pushed to the Event Hub Agent for that to process on their servers, and it can take however long it needs to take without impacting the PSU server’s resources.
Now this is an interesting use case.
Could you implement event hubs for a pub/sub model? @adam