docs icon indicating copy to clipboard operation
docs copied to clipboard

Spec metadata fields for the azure storage queue binding doesn't explain what the decodebase64 field

Open rishabhsaha opened this issue 4 years ago • 1 comments

Describe the issue Spec metadata fields for the azure storage queue binding doesn't explain what the decodebase64 field is. It seems to be a copy and paste from the blob storage binding.

URL of the docs https://docs.dapr.io/reference/components-reference/supported-bindings/storagequeues/

Expected content On the storage queue binding the setting of base64decode only works on the receiving side and not while publishing.

Screenshots

image

Additional context On the storage queue binding it is confusing that the content is base64encoded by default. We set up a flow from azure blob-->azure event grid-->azure storage queue-->dapr binding-->java app. The content received by the java app was always base64encoded. We had to either set that setting on the component or decode it in the app. The documentation wasn't clear and seemed to suggest it's only on the publishing side.

rishabhsaha avatar Nov 08 '21 15:11 rishabhsaha

@rishabhsaha - Would you be able to push a PR for suggested changes here based on your experience?

msfussell avatar Feb 24 '22 05:02 msfussell

resolved

hhunter-ms avatar Jul 13 '23 21:07 hhunter-ms