Damien Mathieu

Results 259 comments of Damien Mathieu

It is safe for now, but not upgradable. I have a plan to use the OpenSearch client, but they don't provide access to the access/security areas, which are required for...

This kind of error usually indicates the jar isn't in the proper folder. The path to the folder where the jar is need to be specified in the environment variable...

No, the cache should not be stored if we get a 429. When that happens, I would expect a subsequent run to skip every previous 200, and to only retry...

Yes, that is accurate. Thinking about it, I think it could be extended to a few more, as (for my usage), the cache would need to ignore everything that is...

Thank you for the bump here. Yes, I believe this issue can be closed, I'll do so. As for the Microsoft mssql driver, not it cannot be used right now,...

I'm not seeing this error. Are you still able to get it today?

I like it ! :) What I did to solve that problem is a javascript XHR mocker. I define some urls which are mocked and no xhr request is made....

How about: Introduce a new `StaticConfig` struct within go-elasticsearch. This new struct doesn't include any functions and interfaces. Then, use functional options in `elasticsearch.New` to allow building a new client...

Note that while mdatagen is written in Go, and the documentation emphasizes the usage of `//go:generate`, it is actually only a binary that doesn't need a `.go` file to be...

Related suggestion that would have offered the same feature, and has a similar implementation in other SDKs (Go and JS, maybe others): https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/130