opensearch-project / opensearch-project/data-prepper
Support OpenSearch Serverless in all requests
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 374
- Forks
- 354
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 8
Description
Is your feature request related to a problem? Please describe.
Some Data Prepper APIs continue to use either the low-level rest-client or the rest high-level client. These are incompatible with Amazon OpenSearch Serverless.
Describe the solution you'd like
Support OpenSearch Serverless by updating all API calls to use the opensearch-java client.
Additional context
This builds on top of #2169.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the Data Prepper APIs that still use the low-level REST client or REST high-level client, then read the related work in issue #2169. Replace the incompatible request paths with the opensearch-java client so OpenSearch Serverless is supported across all requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100