yashmayya opened a new pull request, #14336: URL: https://github.com/apache/kafka/pull/14336
- https://github.com/apache/kafka/pull/13657 added documentation for the new `PUT /connectors/{name}/stop` REST API (see [KIP-875](https://cwiki.apache.org/confluence/display/KAFKA/KIP-875%3A+First-class+offsets+support+in+Kafka+Connect)) - However, the https://kafka.apache.org/documentation/#connect_administration docs section that talks about various connector states wasn't updated. This patch updates that section to add information on the new stopped state (and comparison to the older paused state). - The wording is mostly borrowed from https://github.com/apache/kafka/pull/13657. Note that differences regarding offsets modification (possible only in the stopped state, not paused) haven't been added since this patch should ideally be backported to `3.5` where the offsets modification endpoints do not exist. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org