Dmitry-Erokhin / zq

MIT License
0 stars 0 forks source link

Simplify API #9

Closed Dmitry-Erokhin closed 6 years ago

Dmitry-Erokhin commented 6 years ago

Hide notion of batches into the dequeue function zq.dequeue(queue_name, max_events) : ROWS and confirm zq.confirm(queue_name) : INT

Dmitry-Erokhin commented 6 years ago

After some thought on concurrent access to dequeuing decided to revert