As raised in envato/event_sourcery#180, an ID can be passed as a parameter when creating an Event, however these IDs do not seem to be used when persisting the event, so it looks like you'll always end up with the next-in-the-sequence ID even if you manually specify a different one.
See: https://github.com/envato/event_sourcery-postgres/blob/master/lib/event_sourcery/postgres/schema.rb#L141-L154
As raised in envato/event_sourcery#180, an ID can be passed as a parameter when creating an Event, however these IDs do not seem to be used when persisting the event, so it looks like you'll always end up with the next-in-the-sequence ID even if you manually specify a different one.
See: https://github.com/envato/event_sourcery-postgres/blob/master/lib/event_sourcery/postgres/schema.rb#L141-L154