Complete Internal Model Migration #944
Labels
backlog
breaking change
Any change which may break existing configurations and deployments
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
The final part of #319 is to eliminate the use of the
Record
type. DeprecatingRecords
is a prerequisite.Describe the solution you'd like
Records
should 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
The text was updated successfully, but these errors were encountered: