Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Allow asynchronous publishers/consumers #1

Open
cstorey opened this issue Jun 27, 2015 · 1 comment
Open

Allow asynchronous publishers/consumers #1

cstorey opened this issue Jun 27, 2015 · 1 comment

Comments

@cstorey
Copy link
Owner

cstorey commented Jun 27, 2015

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 cstorey changed the title Allow asynchronous consumers Allow asynchronous publishers/consumers Jun 27, 2015
@cstorey
Copy link
Owner Author

cstorey commented Jun 27, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant