Eli Bishop

Results 202 comments of Eli Bishop

@rmanalan We hadn't had a chance to look into this yet, so I'd certainly be curious whether you run into any problems. Thanks.

@rmanalan By the way, as of v5.6.1 there is an optional new helper mechanism for building a feature store integration that makes things quite a bit simpler. You can take...

@rmanalan I'm not sure what you mean by "I need to make it generic"; could you clarify?

@rmanalan Got it. Yes, we've generally taken that approach in our other SDKs, but I guess we didn't think of it in the Node one.

It's an interesting idea, but I don't think it's feasible to try to design it in a single PR in this repository. All of the persistent store functionality comes from...

> I am missing something perhaps here - but ignoring the pool metrics (which I presume is a SDK implementation detail) That's exactly the thing I just mentioned above: >...

You will not be able to add connection pool metrics in the Go SDK project; I think you may have underestimated the scope of such a change. Connection pooling is...

I'm also not clear on what kind of metrics you're looking for in regard to connection pools. If you want to know how many connections are being made to your...

That's reasonable. (Filed internally as 140358)

This would of course only be useful to applications that are written in Go, but I don't see any reason we couldn't do it. We do already export other code...