relaycorp / awala-pong

Awala Ping Service Application (pong messages only)
GNU Affero General Public License v3.0
1 stars 0 forks source link

Store original binary representation of service message instead of base64 serialization #11

Closed gnarea closed 1 year ago

gnarea commented 4 years ago

Bull v3 only supports JSON serialization, so we have to base64-encode binary data like the service message in the parcel: https://github.com/OptimalBits/bull/issues/1411

However, this is too inefficient performance- and storage-wise, so we should find a way to store buffers instead. Bull v4 may support that per the issue above.

gnarea commented 1 year ago

Not relevant now that we're migrating this app to become an Awala Internet Endpoint backend.