cstorey / yaks

Because naming it anything related to rabbits would be too easy.
MIT License
0 stars 0 forks source link

Allow asynchronous publishers/consumers #1

Open cstorey opened 9 years ago

cstorey commented 9 years ago

Currently, we require that an event is completely acked before returning to the publisher, or require that a connection go into consumer mode entirely. This limits both throughput and flexibility.

cstorey commented 9 years ago

Incidentally, because there's currently no way for us to know how big a message is when reading it, we'll need some sort of trivial framing mechanism. Something like that used in uswitch's baldr would do.