Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support user-provided custom SerDe #1192

Open
weeco opened this issue Mar 25, 2024 · 0 comments
Open

Support user-provided custom SerDe #1192

weeco opened this issue Mar 25, 2024 · 0 comments
Labels
backend feature New feature or request

Comments

@weeco
Copy link
Contributor

weeco commented Mar 25, 2024

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)
  • Custom formats (e.g. [Feature Request] REST serde #1177)

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.

@weeco weeco added feature New feature or request backend labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant