#
queueing
Here are 112 public repositories matching this topic...
Kafka-based Job Queue for Python
python
kafka
python3
queueing
kafka-consumer
apache-kafka
kafka-producer
kafka-client
job-queue
producer-consumer
worker-queue
-
Updated
Feb 4, 2022 - Python
A database-backed work queue for Django
-
Updated
Feb 4, 2022 - Python
Gohalt 👮♀ 🛑 : Fast; Simple; Powerful; Go Throttler library
-
Updated
Feb 16, 2022 - Go
A MessageBus (CommandBus, EventBus and QueryBus) implementation in PHP7
redis
php
cqrs
rabbitmq
php7
ddd
beanstalkd
domain-driven-design
command-bus
message-bus
event-sourcing
eventbus
queueing
event-handlers
query-bus
read-model
write-model
-
Updated
May 22, 2017 - PHP
Ciw is a simulation library for open queueing networks.
-
Updated
Apr 1, 2022 - Python
A highly extensible service bus implementation.
-
Updated
Mar 15, 2022 - C#
Priority-based Task Scheduling for Modern C++
lightweight
queue
scheduling
concurrency
priority
queueing
header-only
threading
cpp17
mit-license
task-scheduler
task-queue
aging
single-header-lib
task-management
single-header
priority-scheduling
task-parallelism
task-starvation
priority-modulation
-
Updated
Jan 29, 2021 - C++
PowerShell module to send and receive messages from a RabbitMq server
-
Updated
Dec 16, 2020 - PowerShell
Multithreaded message processing on Postgres
-
Updated
Feb 1, 2015 - Ruby
PowerShell module containing cmdlets to manage RabbitMQ.
-
Updated
Aug 5, 2021 - PowerShell
A queue-interop compatible Queueing library
-
Updated
Apr 4, 2022 - PHP
Google Pub/Sub Java driver for mortals.
-
Updated
Feb 17, 2021 - Java
light weight, high performance, simple, reliable and persistent queue for Java applications
-
Updated
Dec 24, 2021 - Java
A mildly opiniated modern cloud service architecture blueprint + reference implementation
distributed-systems
microservices
correlation
storage
azure
messaging
logging
domain-driven-design
scheduled-jobs
specifications
queueing
operations
servicediscovery
repositories
ddd-architecture
c-charp
commands-queries
-
Updated
Jul 26, 2021 - C#
-
Updated
Oct 5, 2020 - JavaScript
Queueing Models Simulator.
python
gui
queueing
queueing-theory
oops-in-python
python-gui-tkinter
python-gui
queueing-models
queueing-networks
python-oop
queueing-systems
queueing-simulation
-
Updated
Jun 9, 2021 - Python
A bundle to manage queues and process jobs. Includes a never ending daemon.
-
Updated
Feb 1, 2022 - PHP
Job Scheduler that uses MongoDB as backend
-
Updated
Dec 17, 2021 - Java
Improve this page
Add a description, image, and links to the queueing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the queueing topic, visit your repo's landing page and select "manage topics."
We need the option to read from the beginning of a partition. Something along the lines of https://stackoverflow.com/questions/49723182/kafka-consumer-seektobeginning but the parallel consumer does not expose seekToBeginning() or assignment(). Is it possible to expose these or provide an overall wrapper for seekToBeginning()?