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] Add subject, version to metadata, remove ID (#67) #71

Merged
merged 2 commits into from
Jun 28, 2024

Conversation

raulb
Copy link
Member

@raulb raulb commented Jun 28, 2024

Description

Part of the upcoming work for adding schema support to conduit.

Quick checks:

  • I have followed the Code Guidelines.
  • There is no other pull request for the same update/change.
  • I have written unit tests.
  • I have made sure that the PR is of reasonable size and can be easily reviewed.

* [Schemas] Add name, version to metadata, remove ID

* attach schema to record

* move function

* move function

* key and payload schema

* rename

* fix

* remove ID field

* split methods

* update type

* remove unused error

* add schema proto

* update proto

* bring key schema type back

* refactor instance in favor of schema type

* better naming

* use subject and version on metadata

* update comments

* fix

* update proto

* fix comment

---------

Co-authored-by: Raúl Barroso <ra.barroso@gmail.com>
@raulb raulb requested a review from a team as a code owner June 28, 2024 15:56
Copy link
Member

@lovromazgon lovromazgon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One last nit, looks good otherwise 👍 Approving already.

proto/schema/v1/schema.proto Outdated Show resolved Hide resolved
@raulb raulb merged commit 0daeaaf into main Jun 28, 2024
4 of 5 checks passed
@raulb raulb deleted the schema-support branch June 28, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants