Forum Discussion
Consuming compressed messages from Event Hub
- Anonymous1 year ago
Hi Anonymous
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.
Hi Anonymous
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.