conduit icon indicating copy to clipboard operation
conduit copied to clipboard

GRPC connector state endpoint

Open lovromazgon opened this issue 3 years ago • 2 comments

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 avatar Jun 21 '21 12:06 lovromazgon

@lovromazgon this still relevant?

simonl2002 avatar Jul 26 '23 16:07 simonl2002

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.

lovromazgon avatar Jul 27 '23 11:07 lovromazgon