Skip to content

[CloudEvent] allow custom encoding #13555

@rakshith91

Description

@rakshith91

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

Metadata

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.Event GridMessagingMessaging crew

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions