555 questions with Azure Event Hubs tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Clarifying High Availability: Event Hub and Function App Integration Strategies

We have some confusion between the documentation for Event Hubs and Function Apps regarding High Availability (HA). Let me clarify. In the Event Hubs documentation, it suggests that in case of failover, the secondary (backup) region's Event Hub will…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,210 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2024-01-19T14:20:15.38+00:00
87592231 65 Reputation points
edited a comment 2024-02-02T10:17:15.76+00:00
MayankBargali-MSFT 68,391 Reputation points
1 answer

Why are booleans in Stream Analytics sample outputs getting converted into 0's and 1's?

When using the data sampler available from Event Hubs -> namespace -> Process Data, and running the default sample query, we've recently noticed that values that would previously show as booleans are now converting into 0 or 1 in the…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
330 questions
asked 2024-01-30T21:04:59.7766667+00:00
John Barhorst 0 Reputation points
commented 2024-02-01T01:59:26.0166667+00:00
PRADEEPCHEEKATLA-MSFT 76,586 Reputation points Microsoft Employee
0 answers

Inconsistencies with Azure Event Hubs and Checkpoints

We are observing inconsistencies in the process of sending events to an event hub, reading events from a Databricks notebook using spark.readStream, and making use of checkpoint to read only the latest records coming to EventHub. While in normal cases,…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,910 questions
asked 2024-01-24T16:54:36.8733333+00:00
Paul Hernandez 631 Reputation points Microsoft Employee
commented 2024-02-01T01:41:40.54+00:00
BhargavaGunnam-MSFT 25,876 Reputation points Microsoft Employee
1 answer

Azure Eventhub event missing fields in Golang SDK

I am publishing admin activity logs from my subscription to my event hub and then consuming via the golang SDK but the payload is missing key fields including eventDataID - why would this be the case?

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2024-01-30T18:31:46.81+00:00
Sravan 20 Reputation points
answered 2024-01-31T01:17:44.9766667+00:00
PRADEEPCHEEKATLA-MSFT 76,586 Reputation points Microsoft Employee
0 answers

Unable to consume more than the limit

Hi Please find the the EventHub Details below: PricingTier: Standard ThroughputUnit: 40 RetentionPeriod: 7Days EventHub Location: USEast region Consumer Location: Europe region PartitionCount: 32 We are trying to consume as fast as possible from EventHub…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2024-01-23T11:02:19.0266667+00:00
Mahendra Sawarkar 40 Reputation points
commented 2024-01-30T11:27:53.35+00:00
Mahendra Sawarkar 40 Reputation points
1 answer

1 MB message limit for Event hub

Hi All, Does anyone has information about the lifting up the restriction for <=1MB message size for the Azure event hub ? My customer has asked me that if Microsoft has plan to remove this limitation.

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2024-01-28T13:26:37.8266667+00:00
Sharma, Rahul 80 Reputation points
commented 2024-01-30T09:22:15.3866667+00:00
ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
2 answers

How to configure MySQL Debezium Connectors to create a schema history topic in Azure Event Hub

I want to create a schema history topic in Azure Event Hub and use configure like below: The connector has not worked. Please help me modifying the configure for the connector working! Thanks!

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2024-01-25T03:58:14.1366667+00:00
Tu Nguyen 0 Reputation points
answered 2024-01-26T02:32:59.0966667+00:00
Tu Nguyen 0 Reputation points
1 answer One of the answers was accepted by the question author.

Recommended library to connect to Azure Event Hubs from a Databricks Notebook

Hi everyone, A customer is using Databricks notebooks to send and receive messages from an Azure Event Hubs. They use batch Spark jobs and not Spark Streaming. They are using the Azure Event Hubs library and asked, if this is the most appropriate…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,910 questions
asked 2024-01-24T15:14:52.7133333+00:00
Paul Hernandez 631 Reputation points Microsoft Employee
accepted 2024-01-25T08:19:28.5433333+00:00
Paul Hernandez 631 Reputation points Microsoft Employee
0 answers

Difference between schema.history and database.history in mysql connector

I set up kafka, mysql and debezium in my computer successfully. However, i have still not understood about the difference between database.history.kafka.topic and schema.history.internal.kafka.topic. Below is my connector: Please help me explaining the…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
330 questions
asked 2024-01-16T13:56:59.92+00:00
Eddy Tran 40 Reputation points
edited the question 2024-01-25T04:43:02.8633333+00:00
PRADEEPCHEEKATLA-MSFT 76,586 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Does event hub auto create topics if using kafka producer api client

We are currently using spring kafka with Azure HDInsight. We have plans to migrate to Azure event hub and still use kafka api to connect with event hub. Will azure event hubs honor kafka producer's 'auto.create.topics.enable' configuration and topics…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2021-08-11T15:57:51.107+00:00
Ravi Chandika 21 Reputation points
commented 2024-01-19T16:02:30.0533333+00:00
israrsahil 0 Reputation points
0 answers

Unable to connect to event hub using TokenCredential

When attempting to connect to event hub using token credentials I get a timeout from the cancelation token and no response from the event hub service. Sample bellow shows trying to get the event hub properties, I saw the same behavior when trying to send…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,388 questions
asked 2022-07-07T18:55:48.767+00:00
Madeline Stager 31 Reputation points
commented 2024-01-19T10:43:11.1733333+00:00
Vinay Raj 0 Reputation points
0 answers

Replication of eventhub

how we can replicate eventhub data to another eventhub for high availability using function app(code sample)

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2024-01-19T08:24:34.73+00:00
87592231 65 Reputation points
edited a comment 2024-01-19T09:18:55.8366667+00:00
87592231 65 Reputation points
1 answer One of the answers was accepted by the question author.

Information on role of consumer-group in EventHub

Hi I am using standard Azure Library to consume the EventHub. In our case, a single Java application will be consuming the multiple EventHubs at the same time. That means all instances of this application will be consuming all EventHubs mentioned.…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2024-01-05T07:04:17.7066667+00:00
Mahendra Sawarkar 40 Reputation points
commented 2024-01-19T00:35:11.4366667+00:00
PRADEEPCHEEKATLA-MSFT 76,586 Reputation points Microsoft Employee
0 answers

Where can I find list of Login_Failure_Events_Logs (Process ID, SubjectLogonID, TargetUserSid)?

Hi Do you have comprehensive list which can provide me the definition such as below-mentioned? Thanks LogonType ProcessId SubjectLogonId SubjectUserSid SubStatus TargetUserSid

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
Azure Data Catalog
Azure Data Catalog
An Azure service that serves as a system of registration and system of discovery for enterprise data assets.
96 questions
asked 2023-12-18T06:22:50.5533333+00:00
Yesleen WONG 0 Reputation points
commented 2024-01-17T03:38:04.2033333+00:00
Yesleen WONG 0 Reputation points
1 answer

Monitor MDM events processing delay(lag) with Azure Event Hubs

We use and rely on Master Data Management (MDM) . At the moment , there are 2 'queues' involved in the MDM landscape at the moment. For these queues, an azure event hub is used. As MDM is an internal system and not mission critical in terms of…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2024-01-11T14:02:38.5766667+00:00
NewDBA 81 Reputation points
commented 2024-01-16T18:09:46.3533333+00:00
KranthiPakala-MSFT 46,422 Reputation points Microsoft Employee
0 answers

Custom Scale Rule with type azure-eventhub in Azure Container Apps scales up replicas, but never scales down.

Hello Team, Our microservices architecture implemented in Azure Container Apps utilizes Dapr pub/sub for publishing/subscribing to position data events to Azure Event Hubs. A key component is the positions-processing microservice, which scales…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
257 questions
asked 2024-01-10T09:31:40.4966667+00:00
Alvin 25 Reputation points
commented 2024-01-15T23:00:12.58+00:00
PRADEEPCHEEKATLA-MSFT 76,586 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to Set up Debezium connector for MySQL

I have a mysql database "testdb" and I want to stream data from "testdb" to Azure Event Hub, I set up everthing following this link https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-kafka-connect-debezium and it's worked.…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2024-01-04T04:35:19.8966667+00:00
Eddy Tran 40 Reputation points
accepted 2024-01-09T08:14:58.32+00:00
Eddy Tran 40 Reputation points
2 answers One of the answers was accepted by the question author.

Can't connect TelcoGenerator APP with event hub

I can not connect TelcoGenerator app with event hub.It will shows error like this; ErError on send: One or more errors occurred. …

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2022-06-25T05:30:54.46+00:00
kelum senaka 26 Reputation points
edited the question 2024-01-08T06:53:15.3633333+00:00
PRADEEPCHEEKATLA-MSFT 76,586 Reputation points Microsoft Employee
1 answer

Add Event Hub Role to App Registration

Hello, i try to assign my event hub a newly created app registration (for authentiation). I go to the event hub and click on "role assignment", but there i can only assign the "azure event hubs owner" role to some user, NOT to the app…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2023-12-14T12:25:20.9966667+00:00
Walenwein. Jakob 0 Reputation points
commented 2024-01-08T06:39:46.1766667+00:00
PRADEEPCHEEKATLA-MSFT 76,586 Reputation points Microsoft Employee
1 answer

I am unable to provision A azure event hub namespace with identity type set to system assigned.

I am provisioning azure resources including an azure event hub using bicep, but all of a sudden, the pipeline started failing as the event hub provisioning was failing with a timeout error as it takes more than 10 mins to get provisioned, the bicep…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2024-01-03T06:20:36.08+00:00
Tarun Jain 0 Reputation points
accepted 2024-01-08T06:10:19.93+00:00
Tarun Jain 0 Reputation points