restate icon indicating copy to clipboard operation
restate copied to clipboard

Cleanup `OutboxMessage` abstraction

Open slinkydeveloper opened this issue 1 year ago • 2 comments

The OutboxMessage is simply a subset of Command, it's an abstraction we don't really need and right now it's even using different serialization formats, potentially causing issues and requiring more code to be written. We should at least align the serialization of the two, or just plain remove OutboxMessage as it's not really useful to be a separate abstraction.

slinkydeveloper avatar Jan 13 '25 09:01 slinkydeveloper

See https://restatedev.slack.com/archives/C063T6B7S7M/p1736754461653159

slinkydeveloper avatar Jan 13 '25 09:01 slinkydeveloper

I will try to think about the possibility of migrating to bilrost as well while working on this.

muhamadazmy avatar Sep 26 '25 07:09 muhamadazmy