-
Just saw this on Travis:
Assertion failed: self->next == NN_QUEUE_NOTINQUEUE (../src/utils/queue.c:102)
/bin/bash: line 5: 13356 Aborted (core dumped) ${dir}$tst
Arrgh. This was the…
-
**Note: This is for collaborators and especially the CTC to figure out. Comments that are deemed not productive will be removed. _Do not tell me why "Node.js needs ESM"._ I am well aware of our operat…
-
I recently started investing more effort towards using Rust on Tessel 2. After opening a preliminary PR (#511), @rwaldron brought up some concerns about the code getting too complicated. I wanted to o…
-
Hi,
I've a balanced consumer that reads a flow from kafka.
At some point, e.g. every 1 second (for test purpose) I execute the code like:
``` python
...
consumer.consume() # note: non-blocking…
-
Hey,
We are trying to use the pivnet resource for adding product files to our release. Currently if the release we're trying to add files to exists, then the operation fails.
Are there any plans on …
-
If you:
1. Create consumer with an ID
2. Read from a topic
3. Create consumer with same ID (don't delete previous one)
4. Read from topic
the second create call succeeds and the read hangs. The stack …
-
In the Java API I can call myChannel.queueDeclare(qName,...) to be sure a queue exists before trying to use it. I typically have a short bit of code at the beginning of my program that rolls through …
-
When an exception raised from [here](https://github.com/Parsely/pykafka/blob/master/pykafka/balancedconsumer.py#L438), the `_zk_state_listener` is [added](https://github.com/Parsely/pykafka/blob/maste…
-
This issue is based on a [groups discussion](https://groups.google.com/d/topic/easynetq/a1F4G9PPzJs/discussion), I just copy and past here the discussion:
---
Hi Mike,
We have been having some prob…
-