The Wayback Machine - http://web.archive.org/web/20220602174423/https://github.com/topics/queueing
Skip to content
#

queueing

Here are 111 public repositories matching this topic...

astubbs
astubbs commented Apr 20, 2022

Currently the batches are just a subset of non batched processing.
I.e.

  • key based ordering - all keys in all batches will be unique.
  • Unordered - no restrictions

Imagine a scenario where you have a topic where key is the account.

  • You have a database per account.
  • You want to do batch inserts to the database, where you do a batch of inserts (one insert per message) from within t
good first issue

Improve this page

Add a description, image, and links to the queueing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the queueing topic, visit your repo's landing page and select "manage topics."

Learn more