Is it possible to have different locations for where the sagas are stored and where the outbox storage lives? When I set the default table location, it uses that for everything. I’d like the sagas to be stored the way they are by default (so, a table with the name of the sagadata) and the outbox messages in a separate outbox table.
I’d also like to use the default partition key logic for sagas while, for the outbox, you obviously do have to set it in another way.
Is there a way to do this? Or do I have to have everything crammed into the same table with the same partition key?