Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
### Is your feature request related to a problem? The opensearch-java library uses `RestClient` from OpenSearch core, bringing in the kitchen sink and causing problems such as #156. ### What...
### What is the bug? Integration tests fail intermittently, and seemingly more often with older versions of OpenSearch, e.g. https://github.com/opensearch-project/opensearch-java/actions/runs/4009762811/jobs/6885540026. ### What is the expected behavior? Tests to pass reliably.
### Is your feature request related to a problem? Add a way to easily serialize queries to JSON for logging. ### What solution would you like? ```java IndexRequest indexRequest =...
### Is your feature request related to a problem? Coming from https://github.com/opensearch-project/opensearch-java/issues/533#issuecomment-1600946713 users have hard time configuring logging. ### What solution would you like? Add a logging/tracing section to user...
### What is the bug? I am modifying https://github.com/dblock/opensearch-dotnet-client-demo to support serverless. Using the wrong service name produces a 403, but the following code does not raise an exception on...
### Is your feature request related to a problem? The library has a client builder option `includePortInHostHeader`. This seems unnecessary. Why do we need an option at all? Can we...
### Is your feature request related to a problem? Please describe The [currently available community contributed homebrew formulae](https://formulae.brew.sh/formula/opensearch) builds -min from source. Users are getting 1) source code built on...
### What is the bug? When releasing 3.1.0 I ran into https://github.com/opensearch-project/opensearch-go/pull/498#issuecomment-2030597365. The release was not appearing in https://pkg.go.dev/github.com/opensearch-project/opensearch-go/v3. A workaround was to navigate to https://pkg.go.dev/github.com/opensearch-project/opensearch-go/[email protected] and hit "request". I...
### Is your feature request related to a problem? I forked this repo and trying to figure out how to publish (snapshots of) my plugin to maven. ### What solution...
### Is your feature request related to a problem? Coming from https://github.com/opensearch-project/job-scheduler/pull/242 where I was struggling with fixing backwards compatibility tests for job-scheduler against OpenSearch 3.0. There's way too much...