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

feat: Introduce plugin V3 protocol #15

Closed
wants to merge 5 commits into from
Closed

Conversation

yevgenypats
Copy link
Member

This is still WIP but introduces plugin V3 protocol which merges between both sources and destinations to be one protocol as it is fundamental moving forward to support things like backward compatibility (as otherwise CLI code will grow n^2 as it has to take care of N*N versions permutations).

Also, this moves Write and Sync API to streaming API so it can take care of use-cases such as CDC in the future, in in general should give some more flexibility

@github-actions github-actions bot added the feat label Jun 18, 2023
@yevgenypats yevgenypats marked this pull request as draft June 18, 2023 12:59
kodiakhq bot pushed a commit that referenced this pull request Jun 23, 2023
Instead of #15.

Plugin V3 Protocol client/server regenerated from cloudquery/plugin-pb#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants