Event Hub is fast to send but slow to get. I use next code: subscribe(cb: (event: any) => Promise<void>) { this.consumerClient.subscribe(
For the last 12 hours, I am noticing Outgoing Messages in the Event hub are too few than incoming messages. & more worrying thing is that event hub Outgoing
I have a streaming query streaming data from Azure Eventhubs to ADLS every 5 seconds and the same streaming query is watermark for 1 hour window with 5 minute w
We have a requirement to track the physical assets like printer,laptops (part of inventory list) for all users in our organization in real time. In recent times
We have a requirement to track the physical assets like printer,laptops (part of inventory list) for all users in our organization in real time. In recent times
I have a .Net Core 3.1 project that uses Serilog and posts messages to Azure Eventhub. The problems started when we moved it to .Net 5. Here's how it's configur
We are currently streaming data from an Azure Event Hub via Azure Stream Analytics to Cosmos DB. I want to be able to programatically change the query (/ Transf
I have setup Debezium and Azure Event Hub as CDC engine from PostgeSQL. Exactly like on this tutorial: https://dev.to/azure/tutorial-set-up-a-change-data-captur