Nikita Koksharov

Results 793 comments of Nikita Koksharov

Another issue is that it requires JDK 17

@livk-cloud Since Java 9 classes compiled with different JDK versions can be in the same jar file. I'll try to use that **Structure:** ``` src/ ├── main/java/ # JDK 8...

@moil-xm Let me know if you can suggest a PR for JsonJackson3Codec only. I'm working now on excluding Jackson usage for config parsing completely in https://github.com/redisson/redisson/issues/6849

TypedJsonJackson3Codec should be implemented as well

Make sure that the Valkey or Redis deployment has a proper configuration. Single node doesn't report READONLY error

This error is reported by Redis and not Redisson. Which Redis vendor do you use?

Can you try to reproduce it with the Redis docker setup used in org.redisson.RedisDockerTest ?

Hi, > • Is it strictly a timeout waiting for the Redis subscription to complete? Yes In new versions this logic was improved.

> Version – From which exact Redisson version was this fix/improvement introduced? This will help us plan a safe upgrade path from 3.3.0. Latest one - 3.51.0 > Failure reason...

Thank you for the suggest changes. It would be great if you propose a PR for that change and a test added in RedissonTopicPatternTest.