How to set connector start time

When adding a kafka connector, is there a setting value to start the worker from a specific time?

Do you mean the time at which it starts executing, or the time from which it will start ingesting records from a source regardless of when it starts executing?

Is there a setting value for both the time at which it starts executing and the time from which it will start ingesting records from a source regardless of when it starts executing?

the time at which it starts executing

This is just when the connector starts running. You can use the REST API to pause and resume it if you need to (although it kinda goes agains the streaming nature of Kafka)

the time from which it will start ingesting records from a source

See:

1 Like

thank you for telling me.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.