Top "Azure-eventhub" questions

Microsoft Azure EventHubs is a highly-scalable high-throughput low-latency durable event ingestion system in Azure cloud.

Looking for clarity on Event Hubs vs Topics in Azure Service Bus

I've been learning about Event Hubs and just want to get confirmation or correction on my perspective on Event Hubs? …

azure azureservicebus azure-eventhub
Where is Azure Event Hub messages stored?

I generated a SAS signature using this RedDog tool and successfully sent a message to Event Hub using the Events …

azure azure-storage azure-eventhub
Azure event hubs and multiple consumer groups

Need help on using Azure event hubs in the following scenario. I think consumer groups might be the right option …

azure publish-subscribe azure-eventhub
understanding check pointing in eventhub

I want to ensure that, if my eventhub client crashes (currently a console application), it only picks up events it …

c# azureservicebus azure-eventhub
Azure DocumentDB Read Document Resource Not Found

I'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-eventhub
What is causing Azure Event Hubs ReceiverDisconnectedException/LeaseLostException?

I'm receiving events from an EventHub using EventProcessorHost and an IEventProcessor class (call it: MyEventProcessor). I scale this out to …

c# azure azureservicebus azure-eventhub
Multiple triggers for an Azure Function

We have an Azure Function that has an event hub trigger. Is it possible to have a trigger on more …

azure azure-functions azure-eventhub
How to get rid of old messages from Azure EventHub?

When we subscribe to an EventHub for a particular type. I see my worker keeps processing the old messages as …

azure azure-eventhub
Simplest way to log all messages from an Azure Event Hub

I'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