opensearch-project / opensearch-project/data-prepper

Complete Internal Model Migration

Open
#944 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

backlog breaking change enhancement
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

  • Records should be removed from existing interfaces and all components should be updated. (For example void 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.