Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete Internal Model Migration #944

Open
cmanning09 opened this issue Jan 27, 2022 · 2 comments
Open

Complete Internal Model Migration #944

cmanning09 opened this issue Jan 27, 2022 · 2 comments
Labels
backlog breaking change Any change which may break existing configurations and deployments enhancement New feature or request

Comments

@cmanning09
Copy link
Contributor

cmanning09 commented Jan 27, 2022

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

@cmanning09 cmanning09 added enhancement New feature or request breaking change Any change which may break existing configurations and deployments labels Jan 27, 2022
@cmanning09 cmanning09 added this to the v2.0 milestone Jan 27, 2022
@dlvenable
Copy link
Member

@cmanning09 , Should we break this into two tasks? Like so:

  • Deprecate record -> targeting 1.3
  • Removing record -> targeting 2.0

@cmanning09
Copy link
Contributor Author

@dlvenable, that makes sense. I create #946 and updated this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog breaking change Any change which may break existing configurations and deployments enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants