Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Validate connector configs
  2. Validate the offset using the same checks performed while altering connector offsets (PATCH /$connector/offsets ) as specified in KIP-875 (We will skip validations which check if the connector exists or is in STOPPED state)
  3. Wipe all existing offsets for the connector (i.e we do not want to merge existing offsets and "initial_offsets")
  4. Set the offset of the connector to the value of “initial_offsets”
  5. Write connector config (with whatever initial state is specified in the request, or the default if none is specified)

...