I know other actor-ish systems have you set up the type of mailbox you want your consumers to use: in-memory only,
overflow to disk, disk-only, etc.
I assume the vertx bus, which is currently in-memory only, would eventually deliver you an OutOfMemoryError -- though I must admit I haven't actually tried to provoke that kind of behavior yet. In any event, it seems to me a you'd want to have a window on the event bus backlog, and add new consumer instances (or fewer producers) when the backlog starts getting large.