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

Use cpluginv2 and conduit commons #130

Merged
merged 5 commits into from
May 24, 2024
Merged

Use cpluginv2 and conduit commons #130

merged 5 commits into from
May 24, 2024

Conversation

lovromazgon
Copy link
Member

@lovromazgon lovromazgon commented May 14, 2024

Description

The PR updates the connector protocol to the latest code in main (we need to bump the version before releasing).

Additionally, it removes the internal Record type and everything related to it (structured data, raw data, metadata, serializers etc.) in favor of the opencdc.Record type in conduit-commons. It also removes Validation in favor of config.Validation in conduit-commons.

⚠️ This creates a breaking change, connectors updating to this change will need to be changed.

Depends on ConduitIO/conduit-connector-protocol#90. Merged.

Part of ConduitIO/conduit#1433.

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.


// TODO should we stop doing this here? The Processor SDK does NOT do this.
Copy link
Member Author

Choose a reason for hiding this comment

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

This is actually addressed in #133.

@lovromazgon lovromazgon marked this pull request as ready for review May 23, 2024 14:24
@lovromazgon lovromazgon requested a review from a team as a code owner May 23, 2024 14:24
Copy link
Member

@raulb raulb left a comment

Choose a reason for hiding this comment

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

🎉

@lovromazgon lovromazgon merged commit 28feaf4 into main May 24, 2024
2 checks passed
@lovromazgon lovromazgon deleted the lovro/cpluginv2 branch May 24, 2024 15:23
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.

None yet

2 participants