-
If you run this program:
```
import 'regent'
task foo(x : int)
return x + 1
end
task main()
var x = foo(0)
var y = foo(x)
end
regentlib.start(main)
```
with `-lg:warn`, you get this …
-
## Steps to reproduce
Just fire up a simple celery configuration and try Ctrl^C to simulate warm shutdown behavior with latest Celery version. It [does not work as advertised]:(http://docs.celerypr…
-
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Description
===========
### environment
#### librdkafka version
* librdkafka-1.0.1
#### Apache Kafka version
* kafka_2…
-
I updated Kong for 0.8.0rc1 version to fix my problem with https://github.com/Mashape/kong/issues/1067
but now when a try to start kong a have this problem :
[INFO] Kong 0.8.0rc1
[INFO] Using config…
-
Is there a plan on when aiokafka will support the newly added exactly once semantics using Idempotent and Transactional Producers?
-
1 topic has 5 consumers with same group_id and different client_id, but sometimes 2 consumers received same message, which is not expected. How to resolve this problem?
kafka-python is 1.4.3, kafka …
-
Hi! This is somewhat of a continuation of "should dropping receiver close the sender" issue. I've migrated rust-analyzer to crossbeam-channel 0.3, and the thing I've noticed is that every `.send` is f…
-
Has any consideration been given to support for Exactly-Once-Semantics? As far as I know presently no Node client supports EOS features (idempotent producer, producer/consumer transactions). If EOS is…
-
In decision proposal 39 a significant amount of feedback was received on the standards as a whole and a documented response to this feedback was provided. The standards site will now be incrementally…
-
With lapin it is currently not possible to run `basic_consume` without having a queue declared. In RabbitMQ sharding it states you must not declare a queue before consuming.
> To consume from a sha…