Nikita Koksharov
Nikita Koksharov
properties are recognized correctly. It's drawback of dynamic properties parsing in Quarkus. There is no solution yet.
Spring Native is still experimental project. I haven't tested it yet. You can try build Quarkus native image which is supported.
Try to update jboss-marshalling codec lib to 2.1.0.Final version or use Kryo5Codec instead
Unable to reproduce with the latest version
Can you share full stacktrace?
It might be connected to https://github.com/redisson/redisson/issues/4441
which servers configuration do you use?
i'll take a look at this issue after end of my vacation
with a new api you can do it much easier: `redisson.getTopic("__keyevent@0__:expired", StringCodec.INSTANCE)`
Add `RExpirable.addExpireListener` method