opensearch-project / opensearch-project/data-prepper
Complete Internal Model Migration
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.
The final part of #319 is to eliminate the use of the Record type. Deprecating Records is a prerequisite.
Describe the solution you'd like
Recordsshould be removed from existing interfaces and all components should be updated. (For examplevoid output(Collection<T> records);->void output(Collection<Event> events);
Additional context
This will be a breaking change and should not be taken on until 2.0
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
No files or tests are named. Start by reviewing issue #319 and locating the Record and Records definitions and their usages across interfaces and components; the work is complete when Records is removed from existing interfaces and all affected components use the specific event or model types, for the planned 2.0 breaking change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100