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

Consider giving option to support binary formats like Protobuf #14

Open
oskardudycz opened this issue Jun 20, 2024 · 1 comment
Open

Comments

@oskardudycz
Copy link
Collaborator

That'd require a customisable outbox message data type to be either JSONB or BYTEA. See more:

#7 (comment)

@lsfera
Copy link
Contributor

lsfera commented Jun 26, 2024

With jsonb we can assume the serialization format to be "application/json".
With bytea and binary formats things get a bit trickier and we might need to enrich the metadata storage with specific MIME type. E.g.: Bson/Protobuf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants