Microsoft Azure EventHubs is a highly-scalable high-throughput low-latency durable event ingestion system in Azure cloud.
I've been learning about Event Hubs and just want to get confirmation or correction on my perspective on Event Hubs? …
azure azureservicebus azure-eventhubI generated a SAS signature using this RedDog tool and successfully sent a message to Event Hub using the Events …
azure azure-storage azure-eventhubNeed help on using Azure event hubs in the following scenario. I think consumer groups might be the right option …
azure publish-subscribe azure-eventhubI want to ensure that, if my eventhub client crashes (currently a console application), it only picks up events it …
c# azureservicebus azure-eventhubI'm building a .Net Console application to read information in a DocumentDB. The console app has data coming from an …
c# asp.net azure azure-cosmosdb azure-eventhubI'm receiving events from an EventHub using EventProcessorHost and an IEventProcessor class (call it: MyEventProcessor). I scale this out to …
c# azure azureservicebus azure-eventhubWe have an Azure Function that has an event hub trigger. Is it possible to have a trigger on more …
azure azure-functions azure-eventhubWhen we subscribe to an EventHub for a particular type. I see my worker keeps processing the old messages as …
azure azure-eventhubI'm using a service which outputs to an Event Hub. We want to store that output, to be read once …
azure azure-eventhub azure-stream-analytics