Sonu Kumar

Results 18 comments of Sonu Kumar

No, this version does not require setting `queue.scheduled-queue:true`, https://sonus21.medium.com/introducing-rqueue-redis-queue-d344f5c36e1b Can you log the job id and see if it's getting consumed or not? Also, check the scheduled queue to see...

How many group ids do you expect? There's an easiest way to solve if you have handful number of group ids, you can use group id as priority. Use equal...

@khashish Thanks for the detail. This feature is quite complex to support, you can use sharding/partitioning concept to deal with this. For example in Kafka we create partitions, so we...

There's one more issue left to solve here, due to[ competing listeners/consumers ](https://docs.microsoft.com/en-us/azure/architecture/patterns/competing-consumers) out of order execution can happen. To avoid this problem, we should set only set of group...

@febinct would workaround solve your usecase?

This can be implemented but this will have specific issues like when one of the messages fails, should we retry the entire batch, or what to do? What's the advantage...

Need this feature to solve all the headache we've due to different formatting style used in `.editorconfig` and `spotless`. Please add support for this.

@tse-jt do you have any long-running queries or transactions? If you're using spring boot check the OSIV setting, and turn it off, that may help you to recover from this...