How to get real-time data from a SQL Server running on a Self-Hosted VM?
I have a SQL server running on a VM (which is Self-hosted and not managed by any cloud). Database and table which I want to use have CDC enabled on them. I want to have those tables data into KQL DB as real-time only. No batch or incremental load. I…
Azure Event Hubs
Event Hub Namespace Disaster Recovery (Geo-recovery)
In Event Hubs disaster recovery, we can establish pairing through geo-recovery, which creates a primary and secondary namespace. After initiating a failover, do I need to manually update the connection string in my application, or make any configuration…
Azure Event Hubs
We are seeing lot of below mentioned error while consuming event hub
We are getting below error while consuming the event hub. org.apache.kafka.common.KafkaException : Unexpected error from SyncGroup: The request timed out. This issue is seeing very frequently for every region. Below are some respective kafka…
Azure Event Hubs
Some data points seem to disappear downstream when using Event hubs
Hi! Let me explain my current setup to you - Setup diagnostic rule in AKS to send log data to a log analytics workspace (LAW) Setup a data export rule from to an event hub Data goes from event hub to ASA (azure stream analytics) And from ASA to…
Azure Event Hubs

On Azure Eventhub Can i have a kafka producer and a Eventhub client consumer for the same events ?
I produce events via .net confluent kafka client and send via :9093 kafka endpoint can those events be consumed by a non kafka .net azure eventhub EventProcessorClient? does mapping of headers happen automatically ? from byte array to string ?
Azure Event Hubs
Connecting to MQTT event hubs with a ZLAN8309 Gateway RS485
Hi, wondering if anyone has had experience with connecting a ZLAN8309 gateway that polls RS485 to event hubs MQTT. The device can connect to unsecure and secure ports locally but appears to have a problem with certificates and connection directly into…
Azure Event Hubs

Event Hub: seeing requests but no messages
Hello, We have an Event Hub namespace set up but we can see successful/incoming requests without any messages or throughput. Why is this happening? Thanks. Regards.
Azure Event Hubs

Copy data from EventHub to CosmosDB with 408 error
Hi, I need a clarification about this discussion. I have a function with these features (Event Hubs trigger and Cosmos DB output binding). Randomly, I obtain 408 error with the following diagnostic info { "Summary": { …
Azure Event Hubs
Azure Cosmos DB
Integrate Apache Kafka with Event Hub
Working on POC to integrate confluence Kafka (data exists in topic) with Azure eventhub - query - configuration changes need to done on confluence Kafka end apart from bootstrap changes/ user credential changes
Azure Event Hubs
Azure Eventhub High Request Volume
I have an Event hub that is receiving about 50 requests a minute and I am not sure what from. They aren't messages because the messages and throughput are all normal. I have sent some requests to logs and the Caller_s field is always Resource…
Azure Event Hubs
How to fix We cannot connect to Event Hub partition [0] because the maximum number of allowed receivers per partition in a consumer group has been reached
We cannot connect to Event Hub partition [0] because the maximum number of allowed receivers per partition in a consumer group has been reached. Ensure that other Stream Analytics jobs or Service Bus Explorer are not using the same consumer group. The…
Azure Event Hubs
Azure Stream Analytics

New receiver with higher epoch of '0' is created hence current receiver with epoch '0' is getting disconnected
Hello, We are receiving the following error whenever new instances of our application are starting up and the partitions need to be rebalanced: "New receiver '2643943a-a143-43ef-ad1d-858bdec9c686' with higher epoch of '0' is created hence current…
Azure Event Hubs
Azure Event Hub Python SDK - is the order of adding events to an EventDataBatch also the order in which the events will be written to the eventhub?
Hi, I would like to use the python EventHubProducerClient to send events in batches to an eventhub while guaranteeing the order of events within their batch. My plan is to create an EventDataBatch first and then add events to it in my desired order. Is…
Azure Event Hubs
How do Azure Functions scale in relation to Event Hubs partitions?
Hi, I'm using Azure Functions with an Event Hub trigger and would like to confirm how scaling and partition assignment works in this integration. From my understanding: Only one function instance processes events from a given partition at any one time,…
Azure Event Hubs
Azure Event Hub Python SDK - does EventDataBatch go to a single partition even without partition_key or partition_id?
Hi, I'm working with Azure Event Hubs using the Python SDK. I’ve been reviewing the documentation here: https://learn.microsoft.com/en-us/python/api/azure-eventhub/azure.eventhub.eventdatabatch?view=azure-python. I'm creating an EventDataBatch using…
Azure Event Hubs
MQTT messaged displayed in Event Hub Data Explorer are data_base64
I'm able to publish MQTT messages from my client an route them to an Event Hub. The Event Hub Data Explorer show the message payloads as data_base64. Is there a way to display them as JSON? If not is there another azure component I can use?
Azure Event Hubs
Azure Event hub egress count is less than ingress count
In Event hub incoming messages count and outgoing messages count are not same, it seems to be less when consuming the logs through EPH sdk in different micro service. Kindly share your thoughts on this.
Azure Event Hubs

Eventhub throwing exception "Load balancing for event processor failed.","exception":"status-code: 500"
Hi Community, I am seeing an unexpected exception in my Java application logs. I have developed a Azure Eventhub producer-consumer application in Java SpringBoot. I am seeing below exception messages in my logs and I am not able to narrow down the root…
Azure Event Hubs
Defender for Cloud is sending empty messages to Event Hub
Hello guys, We are encountering an unusual issue while configuring Microsoft Defender for Cloud to export its security events to an Azure Event Hub, which we then forward to our SIEM solution for further analysis. We have enabled the Continuous Export…
Azure Event Hubs
How to make Eventhub Consumer resilient?
I am building a consumer application(Spring boot application running on AKS) that consumes and processes events from Azure Event Hub topics (Enterprise solution hosted on a different subscription) and updates data in a database. Note: Eventhub is…