Hi everyone, could you please recommend a reactivate flow connector to Redis based on kotlin coroutines? Thanks
d
dave08
07/19/2021, 12:57 PM
Lettuce with coroutines adapters (there's for CompleteableFuture, rx, etc as separate artifacts in the coroutines lib, you can probably find something that lettuce supports)
🙌 1
р
Ролан
07/19/2021, 5:07 PM
would recommend something for ZeroMQ as well?
d
DALDEI
08/11/2021, 4:56 AM
I am extremely happy with Redisson
https://github.com/redisson/redisson
It is 'pure java' (not kotlin), so is not integrated with coroutines specifically. Due to its consistent sync/async set of APIs it works well with standard async adaptors. If you use a kotlin friendly serialization ("codec" ) like jackson+kotlin you can directly map native kotlin objects to redis data .