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
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
That'd require a customisable outbox message data type to be either JSONB or BYTEA. See more:
#7 (comment)
The text was updated successfully, but these errors were encountered: