You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users should have a way to write and use their own SerDes for serializing or deserializing messages when producing or listing messages via Console. Use cases could be:
E2E message encryption
Custom serialization strategies with common formats (e.g. storing protobuf metadata in headers instead of the key/value payloads)
To achieve this we could potentially utilize Go's plugin system (which has a several downsides such as missing Windows support though), Hashicorp's plugin framework or WASM.
The text was updated successfully, but these errors were encountered:
Users should have a way to write and use their own SerDes for serializing or deserializing messages when producing or listing messages via Console. Use cases could be:
To achieve this we could potentially utilize Go's plugin system (which has a several downsides such as missing Windows support though), Hashicorp's plugin framework or WASM.
The text was updated successfully, but these errors were encountered: