Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
khoa_nguyenanh
New Member

Eventstream read EventHub with Avro format and Schema Registry (not schema embedded)

Hi all,

 

I am having an issue with the Eventstream as below scenarior. Really appriciate any help.

 

In the project, the application send messages to EventHub with Avro format and using Schema Registry (Json schema) method 

 

khoa_nguyenanh_0-1750323421750.png

The Schema Registry have an ID and linked to EventHub message

 

khoa_nguyenanh_1-1750323536414.png

 

khoa_nguyenanh_2-1750323911408.png

 

Then I configed an Eventstream to read data from that Eventhub then got this error.

 

khoa_nguyenanh_3-1750324025219.png

 

I also tried with embedded schema in eventhub message and eventstream can read without issue.

 

I know Microsoft Fabric Eventstream still not support Schema Registry Avro format method (only support with embedded schema now), but I need to know any plan to release this support? or any workaround with realtime loading as same as eventstream?

 

Thanks in advance.

 

3 REPLIES 3
khoa_nguyenanh
New Member

Thanks for your confirmation.

 

We actually implemented Azure Function for other feature which is not required realtime data. 

However, in this scenarior, it required realtime solution which can provided by Eventstream. 

The embeded schema solution is an old approach. While the Schema registry is newer solution with more advantages provided by Microsoft.

 

Anyway, Thanks again. Let me discuss with the team for a workaround solution.

Hi @khoa_nguyenanh , thanks for the update. We would be glad to hear your workaround. Could you please share the details here and mark it as 'Accept as solution' so others with similar issues may find it easily? If you have any other questions, feel free to post them (as a new post) in the community. We're always happy to assist.

Thank you.

v-hashadapu
Community Support
Community Support

Hi @khoa_nguyenanh , Thank you for reaching out to the Microsoft Community Forum.

 

As you observed, when Avro messages include the schema directly embedded in the payload, the pipeline will be read and process the data without any issues. This embedded schema approach is, as of now, the only supported method for Avro decoding in Eventstream. Microsoft has not yet announced support for resolving external schemas from Azure Schema Registry within Eventstream and there’s nothing on the public roadmap or in the documentation to suggest that this capability is coming soon. So, while it’s a reasonable expectation, it’s not something you can plan around at this stage.

 

If changing the producing application to embed schemas isn’t possible, there’s still a practical workaround. You can implement a lightweight middleware, typically using an Azure Function or Stream Analytics job that reads from your existing Event Hub, deserializes the Avro message using the Schema Registry, then re-serializes it with the schema embedded in the payload. That transformed message can be forwarded to another Event Hub, which Fabric Eventstream can consume.

 

If this helped solve the issue, please consider marking it “Accept as Solution” so others with similar queries may find it more easily. If not, please share the details, always happy to help.
Thank you.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors