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
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
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…
Azure Event Hubs
Secure Connection to Azure Event Hub via Public Endpoint: Firewall Configuration Best Practices
We have an Azure tenant and subscription (ABC) with the following services running: Azure Firewall, Azure Event Hub, and Databricks. My customer is in a separate tenant and subscription (XYZ) and needs to send data to our Azure Event Hub via a Public…
Azure Event Hubs
Connect to eventhub using Managed service identity (MSI) from Azure synapse analytics
I am trying to write the data to azure eventhubs from the azure synapse analytics notebook in scala using Managed service identity (MSI). Can you please help me with code for that. Note that i was able to successfully connect using the SAS key.
Azure Event Hubs
Azure Synapse Analytics
EventHub : not able to fetch data from Eventhub
EventHub : not able to fetch data from Eventhub, i tried to connect with event hub but after connecting not able to get data after getting timeout exception.
Azure Event Hubs
Microsoft Event Hub Inquiry - What will be the estimated cost of Event Hub Subscription?
Good day! We are planning to integrate Microsoft Entra ID to our SIEM, but it is required for us to leverage the Event Hub. We all know that it is "pay-as-you-go" setup so we can't figure it out unless we use it initially. So, to clarify some…
Azure Event Hubs
Can't create RiskyServicePrincipals and ServicePrincipalRiskEvents logs
I am using Microsoft Entra ID P2 license and I am testing different log types generated by Entra ID. My test setup is as follows: I have created a Resource Group with an Event Hub Namespace containing one Event Hub. I have created a Diagnostic…
Azure Event Hubs
Best practice to manage device logs with IoT Hub
Hello, I was wondering if there are any best practices for managing logs generated by IoT devices. Currently, our devices generate logs in text files, and we thought the easiest way to manage these logs is to upload the text files to a storage account…
Azure IoT Hub
Azure Event Hubs
Process streaming data with Synapse Pipeline or Data Flow
Hi Team, May I know if I can use Synapse pipeline or Data Flow to connect Eventhub and process Streaming data? Pipeline: Data Flow: I try to use this visual programming to create a process to read streaming data from eventhub and join cosmos db etc.…