Byron Ruth
Byron Ruth
Hi @alexey-sderzhikov. Just to confirm, only the microservice is being deployed on the customer's hardware and not the server, correct? And the goal is that you want a client connection...
Correct. There is a [helper function](https://pkg.go.dev/github.com/nats-io/nats-server/v2/server#GenTLSConfig) to generate the `*tls.Config` as well.
I ran in to this problem and stumbled upon this issue. What is needed to move this fix forward?
@tonistiigi Thanks. > If you are hitting this I strongly also advise you to look if this is actually a correct solution for your problem. Yes I am still evaluating...
Sorry for the delay, I am not sure why I didn't do it at the time! I will cut a release later today.
I believe both systems decouple those two concepts, segment size vs. retention period. Once the max segment size has been reached on the broker, it is closed and a new...
> I would think we would want to have some sort of configurable "tail" of segments that are retained before offloading to object storage? Yes that makes sense, my example...
Bump for this to get merged..
Hi! This issue has not been updated in some time, but I have a use case to perform operations on a ~200G (possibly larger) `.npz` file. One question I have...
I appreciate the responses. I have a dataset of floats representing similarity scores for a set of N = ~1.9 million entities. So the number of floats is that N^2...