mp911de / spinach

Scalable Java Disque client
Apache License 2.0
34 stars 4 forks source link

Request for new release . May be 0.3.1 #31

Closed skyrocknroll closed 5 years ago

skyrocknroll commented 8 years ago

We are affected by this issue https://github.com/mp911de/spinach/issues/30

It would be great if you make an release with the fix

mp911de commented 8 years ago

Hi, The upgrade to lettuce will be released as 1.0.0.Final. In the meantime, it would be great having feedback for 1.0.0-SNAPSHOT. It's available in the Sonatype OSS Snapshot repo.

mp911de commented 7 years ago

Short update from my side: Disque is neither dead nor alive. I'm a bit restrained about releasing another release for now. TBH, there's little traffic for this project and no news how disque will proceed.

As soon as disque moves forward, Spinach will move too.

skyrocknroll commented 7 years ago

Hi @mp911de Disque is alive and still supported by antirez. You can find more details here. https://github.com/antirez/disque/issues/190 . Here you can find the roadmap of redis 4.2 which contain disque as module. https://gist.github.com/antirez/a3787d538eec3db381a41654e214b31d

mp911de commented 7 years ago

Thanks for the reply. I wasn't aware of the module migration for disque. The module raises the questions whether it makes sense at all providing a standalone client for disque or add just additional elements for request/response RESP handling. Another issue is locality imposed by queues because queues can be distributed and do not follow the Redis Cluster idea of slot hash binding.

However, the module migration will impose changes to spinach that are currently not foreseeable.