Tihomir Krasimirov Mateev

Results 283 comments of Tihomir Krasimirov Mateev

> still have no idea about or to reproduces the problem. We would need a [minimum reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) to help you more.

> Enabling dynamic refresh sources would allow us to query the full cluster, so I was wondering if there is any guidance on how small clusters need to be to...

> @mp911de Can fix the same bug to version 6.1.x ? Hey @wenhaozhao , is this still relevant or can we close this issue?

> sure, please Lettuce 6.1.11.RELEASE should have the fix available

> The issue you have pointed out is a new command which solves the problem in a better way on the REDIS layer and is available only from REDIS 7.0....

The underlying driver might handle the crosslot aggregation. Lettuce does, Jedis seems to [lack this functionality](https://github.com/redis/jedis/issues/990).

I'd like to revisit this scenario, as it seems to be something interesting to support, if possible.

> Is there any plan to work with this? My use case is consuming from Kafka topic reading large chunk of messages at the same time and then using a...

Hey @lujop , thanks for all the feedback! > Without `connection.readFrom = ReadFrom.REPLICA_PREFERRED` it works but with ReadFrom.REPLICA_PREFERRED it didn't. Perhaps you have such a topology that only replica nodes...

> Do you know what is the configuration parameter that indicates that replica nodes do not have their connection established? All connections are created on demand. Sorry, not sure what...