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

[Schemas] Decode raw data in records with schemas before passing them to processors #1707

Closed
Tracked by #1560
lovromazgon opened this issue Jul 15, 2024 · 0 comments · Fixed by ConduitIO/conduit-processor-sdk#68 or #1742
Assignees
Labels
feature New feature or request

Comments

@lovromazgon
Copy link
Member

Records coming from newer connectors will contain raw data with avro encoded bytes, while the schema subject and version will be attached in the metadata. If that's the case, we can actually decode that raw data into structured data before giving the record to a processor. After the processor is done we can again encode the data and update the schema if needed (if it changed).

@lovromazgon lovromazgon mentioned this issue Jul 15, 2024
17 tasks
@lovromazgon lovromazgon moved this from Triage to Todo in Conduit Main Jul 15, 2024
@lovromazgon lovromazgon added the feature New feature or request label Jul 15, 2024
@lovromazgon lovromazgon self-assigned this Aug 1, 2024
@lovromazgon lovromazgon moved this from Todo to In Progress in Conduit Main Aug 1, 2024
@lovromazgon lovromazgon moved this from In Progress to In Review in Conduit Main Aug 5, 2024
@github-project-automation github-project-automation bot moved this from In Review to Done in Conduit Main Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Archived in project
1 participant