You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
When using the Azure Blob Storage sink it works splendidly, but will indicate the Content-Type in the blob's metadata in relation to how the payload was compressed vs its underlying encoding type. The sink already correctly sets the Content-Encoding type based on compression chosen. It currently, however, will also set Content-Type based on the type of compression used vs the original media/content type. This is contrary to the expectation touched on in RFC2616 Section 14.11
This causes no issues with actual functionality of the sink and is a minor concern at best. Depending on consuming client implementations there could be some confusion on the expeted returned media type, but that is about it.
A note for the community
Problem
When using the Azure Blob Storage sink it works splendidly, but will indicate the
Content-Type
in the blob's metadata in relation to how the payload was compressed vs its underlying encoding type. The sink already correctly sets theContent-Encoding
type based on compression chosen. It currently, however, will also setContent-Type
based on the type of compression used vs the original media/content type. This is contrary to the expectation touched on in RFC2616 Section 14.11This causes no issues with actual functionality of the sink and is a minor concern at best. Depending on consuming client implementations there could be some confusion on the expeted returned media type, but that is about it.
With the following settings for the sink:
Actual:
Content-Type = "application/gzip"
Expected:
Content-Type = "application/json"
Configuration
Version
0.32.0
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: