About Event Hubs TU's and Hubs
Hi, I was wondering how Hubs map to TU's in an Event Hubs Namespace. Let's supose I have two Hubs in the namespace, and namespace with two TU's Does it implies that each Hub has one TU's? or how is the mapping? Regards
Azure Event Hubs
Can I connect to event hub with SCRAM_SHA_256? (Java)
Hi, with a producer config like: bootstrap.servers=example.servicebus.windows.net:9093 security.protocol=SASL_SSL sasl.mechanism=SCRAM-SHA-256 sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required…
Azure Event Hubs
I am attempting to setup azure event hubs and using my E5 license, but am getting the error message below.
I am attempting to setup azure event hubs and using my E5 license, but am getting the error message below. In order to export Sign-in data, your organization needs Azure AD P1 or P2 license. If you don't have a P1 or P2, start a free trial.
Azure Event Hubs
Offset Alignment Between DB2 Snapshot and Kafka Catch-Up Phase
In our current CDC-based migration project, we are moving data from on-prem IBM DB2 to Azure SQL Hyperscale using a hybrid approach that involves: A FlashCopy-based historical snapshot A bounded CDC Catch-Up phase (Kafka) Followed by real-time CDC…
Azure Event Hubs
Real-time Reconciliation Between Live DB2 and Azure SQL in CDC Streaming
Question: We’re ingesting CDC data from IBM DB2 into Azure SQL Hyperscale via Kafka + Databricks Structured Streaming. Our challenge is reconciling live DB2 tables with their corresponding Hyperscale rows. Since DB2 is a live system, a row may be…
Azure Event Hubs
Kafka offset window from DB2 snapshot timestamp for commit-aware CDC Catch-Up
Question: In our CDC ingestion pipeline, IBM CDC pushes change data from DB2 to Kafka, and we initiate the Catch-Up phase by aligning with the DB2 snapshot timestamp. To ensure accurate commit-aware reconciliation, we need to extract a precise Kafka…
Azure Event Hubs
MULTIJSON data format missing when creating a Data Explorer data connection in the Azure Portal
When creating a data connection from ADX/Kusto to EventHub, I would like to choose the MULTIJSON data format. If I recall correctly, this option was available in the Azure Portal, but there is only the JSON format now (see screenshot). The docs still…
Azure Data Explorer
Azure Event Hubs
About Event Hubs Autoinflate
Hi, I'm testing de Auto Inflate feature of EVent Hubs. I sending workloads to Event Hubs via REST API to saturate it and see the inflation process. Docs tell me that logs expresses the reason why and when inflation takes…
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
Azure Event Hub - amqp:connection:forced - The connection was closed by container because it did not have any active links in the past 60000 milliseconds
Hi, I'm facing a trouble with the Azure Event hub SDK for python. I'm running an Event hub client producer that streams data this way, in buffer mode this way: async def on_error(events, partition_id, error): logger.error(f"Error sending…
Azure Event Hubs
EventHub Consumer Callback Not Triggered for Existing Messages Without New Arrivals
I'm experiencing an issue with Azure EventHub Python consumer where the on_event callback is not triggered for existing messages unless new messages arrive during the consumer session. Technical Details Service: Azure Event Hubs SDK: azure-eventhub…
Azure Event Hubs
Kafka CDC Topic Does Not Include Primary Key or Full Row
In our current Azure migration project, we are processing CDC events from IBM DB2 into Kafka using IBM CDC engine. However, for certain DB2 tables: There is no primary key defined in the source table. Kafka CDC topics do not include a full-row image —…
Azure Event Hubs
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
Graph Api create subscription returns Status Code: BadRequest; Reason: The value 'https://outlook.office365.com/api/v2.0/Users('Sandbox%40company.com')/Events' of parameter 'Resource' is invalid.]\n\nPOST
In our java springboot app we use dependency https://mvnrepository.com/artifact/com.microsoft.graph/microsoft-graph/5.72.0 When we try to create eventhub subscription for meeting room via that API we are getting…
Azure Event Hubs
Azure Function (Python) with Event Hub trigger: is there a maximum input batch size beyond configuration settings?
I'm using an Azure Function App in Python with an Event Hub trigger and have set cardinality=many to receive events in a batch. For sending to Event Hub, I'm aware there's a hard limit on the batch size (e.g., based on total message size). But for…
Azure Event Hubs
Event Hub Trigger in Python Function: limits on total payload despite high batch size?
I'm using an Azure Function in Python with an Event Hub trigger and have configured maxEventBatchSize to a high value (e.g., 3000–5000). I understand that each individual outbound Event Hub Batch has a maximum size of 1 MB. My question is about inbound…
Azure Event Hubs
How can I increase Event Hubs number in Event Hubs Namespace beyond 10 without going into premium??
Due to architectural requirements, we would need to increase the number of event hubs in a namespace from 10 to 20. Switching to Premium is not being considered due to high cost (x100 in terms of monthly billing). Of course, two Event Hubs is also on the…
Azure Event Hubs
Find who is sending messages to my azure event hub
Hi Team, Wanted to understand where my event hub is being referenced and send/receive messages from other sources. i tried namespace name with code and configs and logs but could not find who is sending or receiving messages to my event hub. I could see…
Azure Event Hubs
Query Regarding claiming discount for Exam
Hi, I recently completed my two days virtual training of AI Fundamentals and now trying to register myself for AI 900 certification exam. I suppose to get 50% discount since I actively attended two days virtual training session but exam portal still…
Azure Event Hubs
As per Eventhub when firewall is set to disable public access, then eventhub ndpoint should not be accessible in public
As per Azure documentation when Eventhub is set to disable public access in EH firewall, then the endpoint should not be reachable or respond to pings or telnet from public internet. However I tried atleast with two eventhubs by disabling the public…