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

GRPC connector state endpoint #34

Open
lovromazgon opened this issue Jun 21, 2021 · 2 comments
Open

GRPC connector state endpoint #34

lovromazgon opened this issue Jun 21, 2021 · 2 comments
Labels
feature New feature or request
Milestone

Comments

@lovromazgon
Copy link
Member

Currently we have an endpoint for updating a connector config. We need to either allow updating the state through that endpoint or add a separate one specifically for updating the state (e.g. setting the position). The assignee should figure out which approach to take and implement it.

@lovromazgon lovromazgon transferred this issue from another repository Jan 11, 2022
@lovromazgon lovromazgon added this to the Backlog milestone Jan 11, 2022
@lovromazgon lovromazgon added the feature New feature or request label Jan 11, 2022
@simonl2002
Copy link
Member

@lovromazgon this still relevant?

@lovromazgon
Copy link
Member Author

I'd say so. This feature could potentially be useful if you want to reprocess records from a specific position or skip over corrupted records. Then again, figuring out that position might be relatively hard, since each connector can use whatever position format it wants. You would have to look at the connector source code to figure out the position format and manually create it.

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
Status: Todo
Development

No branches or pull requests

2 participants