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
airborne
New Member

Consuming compressed messages from Event Hub

Hello,

 

I need to create an Eventstream with Event Hub as a data source. Event Hub payload is compressed JSON, compressed with gzip and 'compression' property set on record level. There seems to be no option to specify that payload is gzip-compressed. Is there any way to make it work, except for decompressing elsewhere and having a duplicate Event Hub with decompressed payload?

 

A.

 

1 ACCEPTED SOLUTION
v-shamiliv
Community Support
Community Support

Hi @airborne 
At the moment, there's no official ETA for native gzip decompression support in Eventstream. However you can submit your idea in ideas forum. Fabric Ideas - Microsoft Fabric Community
If this solution helps, please consider giving us Kudos and accepting it as the solution so that it may assist other members in the community
Thank you.

View solution in original post

5 REPLIES 5
v-shamiliv
Community Support
Community Support

Hi @airborne 

Could you please confirm if you've submitted this as an idea in the Ideas Forum? If so, sharing the link here would be helpful for other community members who may have similar feedback.

If we don’t hear back, we’ll go ahead and close this thread. For any further discussions or questions, please start a new thread in the Microsoft Fabric Community Forum  we’ll be happy to assist.

Thank you for being part of the Microsoft Fabric Community.

It must be your job guys to take customers' input and put it to the backlog. 

v-shamiliv
Community Support
Community Support

Hi @airborne 
At the moment, there's no official ETA for native gzip decompression support in Eventstream. However you can submit your idea in ideas forum. Fabric Ideas - Microsoft Fabric Community
If this solution helps, please consider giving us Kudos and accepting it as the solution so that it may assist other members in the community
Thank you.

airborne
New Member

Do you have an ETA of this feature?

v-shamiliv
Community Support
Community Support

Hi @airborne 
Thank you for reaching out microsoft fabric community forum.

You're right—Eventstream doesn't currently support handling gzip-compressed payloads from Event Hub directly, even if there's a compression property in each record.

The recommended approach is to use an intermediate service (like Azure Functions, Stream Analytics, or Data Factory) to read from the Event Hub, decompress the data, and forward it to another Event Hub or a supported input for Eventstream.

While maintaining a second Event Hub with decompressed data isn’t ideal, it’s the most practical solution for now.

If this solution helps, please consider giving us Kudos and accepting it as the solution so that it may assist other members in the community
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