Closed shashankmehra closed 7 years ago
Thanks a lot for the PR @shashankmehra! This is great 👍 I will take a look and merge/give you feedback as soon as possible.
Hi @shashankmehra I think this looks good. I've created a dev branch for future development and merges. Could you please redirect your PR to it please? Thanks!
Sure. Created https://github.com/joowani/kq/pull/4 Closing this one.
Use Kafka's in-order guarantee to support in-order tasks. To process certain tasks in order they were produced, simply enqueue them with the same key. Tasks with different keys or None as key, will be processed by a 'random' partition decided by kafka's default partitioner.