Mark Paluch

Results 1231 comments of Mark Paluch

> In its current form it also assumes that the content is next to the embeddings. Does it make sense to separate these two out? One could keep the actual...

I started exploring a Domain-bound `VectorStore` abstraction mostly related to lifecycle usecases (insert, update, delete). The overlap between AI and data is where we want to associate data with some...

From our planning perspective, this will have to wait for another while until we get to work on this feature.

`command.completeExceptionally` should be replaced with a call to `super.completeExceptionally(…)`. Probably an oversight when migrating to `CommandWrapper` as already the previous code used `command.completeExceptionally` and not `super.…`

With `dynamicRefreshSources` being disabled, Lettuce uses only the provided seed nodes provided in `RedisClusterClient.create(…)` instead of reaching out to all cluster nodes. These spikes indicate that some event has caused...

Thanks for reaching out. Parsing system-specific files isn't what the client is responsible for. Please note that `DirContextDnsResolver` is a leftover from the blocking hostname lookup. Arguably, it is easier...

Thanks for helping out. We don't need/want to wrap Netty's `AddressResolverGroup` into `DnsResolver` as doing so would force non-blocking address resolution to become blocking. Instead, I suggest to configure `AddressResolverGroup`...

I'm not quite sure what you're asking for. Specifically, I can help you with > I check the code that connection watch dog only schedule reconnect when armed. > And...

I'm currently not sure what you're asking for. Lettuce's connection events provide already details if a connection has been established or disconnected. They do not include the logical connection as...

Without context, a wire trace or a way to reproduce, I'm not able to diagnose what's going on.