Skip to content

Question: Possible to publish event with raw already serialized data #1043

@grobie

Description

@grobie

Good evening,

Thanks a lot for Rails/Ruby EventStore! It's a powerful framework and has been a great foundation for the event system of my new application.

I have configured a custom Event serializer which dumps an event as JSON. For some of my events, I happen to have a serialized JSON string representation available at the time of publishing an event. I was wondering if it's possible to avoid the deserializing+publishing+serializing of the JSON data, by publishing an event with already serialized data payload. I don't know much about the internals of the RubyEventStore and whether that's even feasible.

Thanks,
Tobias

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions