Skip to content

Use protobuf to even further reduce message size when sending over message queue #38

@re7eal

Description

@re7eal

Currently, messages sending over message queue are in JSON string format which causes the payload to be printable string. Hence, the payload is encoded in base64 string which makes the size bigger than it should.

It is more suitable to send data in raw bytes rather than bytes of UTF-8 string by using protobuf.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions