-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Event GridMessagingMessaging crewMessaging crew
Milestone
Description
allow data other than base64 encoding and no encoding
- check if the swagger supports it
Currently, when sending a cloud event, we encode the bytes to base_64 and send it as data_base64
if it's a string (python 3), we simply send it without any encoding as data.
The users should be allowed to send data with a custom encoding. For example, If a user wants to do base8 encoding for the data, they should be allowed to do so. (perhaps send it as data?).
Open for design discussions on how to implement it
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Event GridMessagingMessaging crewMessaging crew