kq icon indicating copy to clipboard operation
kq copied to clipboard

Kafka-based Job Queue for Python

Results 1 kq issues
Sort by recently updated
recently updated
newest added

I have the following use case: Read from a arbitrary Kafka Topic and enqueue it into your queue. The requested callback parameter of `Queue.enqueue` method will invoke a separate class,...