Issue while reading event hub data through stream analytics

SaurabhShukla 101 Reputation points
2023-01-20T13:03:19.6333333+00:00

Hello,

I have json messages in event hub . I am trying to read those messages through stream analytics job.

While reading the data I am getting below error,

Exception of type 'Microsoft.Streaming.Adapters.Exceptions.EventHubAdapterException' was thrown.

User's image

Is there a way i can read these message in stream analytics.

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
630 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
352 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Surbhi 596 Reputation points Microsoft Employee
    2023-01-20T13:33:36.91+00:00
    0 comments No comments

  2. SaurabhShukla 101 Reputation points
    2023-01-24T12:07:46.1433333+00:00

    Hi Team,

    Error "Microsoft.Streaming.Adapters.Exceptions.EventHubAdapterException" was throwing because we were using $Default consumer and once we created new consumer it resolved the problem.

    I think this can be helpful to other community members.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.