-
Hi all, thanks for what you are doing!
I would like to know if I can use disque in scenarios where a single message (job) must be consumed by multiple consumers (usually the sender doesn.t know how ma…
emadb updated
8 years ago
-
I have a few instances where I need to send the same items to multiple consumers. I have a working implementation for trio.
```python
def broadcast(aiter):
send_channels = []
lock = trio…
-
I am using the kafka library and have multiple replicas of my consumers to ensure HA. However, I have noticed that even that I specify the consumer group and the client id, that the replicas are getti…
-
This is a long term issue and depends on several things:
1) Incorporating changes to code gen design back into code gen from the tree
2) Incorporating changes on how handles from multiple Khronos …
-
There is some fairly sketchy initialization logic around `nng_init`, and it's possibly racy with `nng_fini`, and since these are done implicitly (at least `nni_init` is) this can lead to racy situatio…
-
Hi,
I did not see group ID in kafaka configuration. So how do I install elasticsearch-river-kafka on multiple nodes for HA and scaling purpose? Assume in AWS, I want to have two elasticsearch client …
-
# 🐛 Bug
See move-model/src/ast.rs:
```
/// Represents an invalid expression. This is used as a stub for algorithms which
/// generate expressions but can fail with multiple errors, like …
-
Usecase:
Run N chronos/mesos jobs for a singe consumergroup where N == the number of partitions in the topic. (Lets assume a single topic consumergroup here)
Test:
-Create a go consumer that eats fro…
-
### Description
We use multiple message consumers.
We don't want the consumers to use all available resources on the system to prevent raising the Load too high.
We achieved this by adding a Ev…
-
### Symfony version(s) affected
4.4-7.1
### Description
Using a master-master mysql replica, a couple of transports with different queue_name-s and separate consumers by transports, it can ea…