redpanda-data / redpanda-data/console
Add support to stop connector tasks
Open
Nobody has claimed this yet.
backend
feature
frontend
ui/ux
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
Kafka Connect 3.5.0 added support for stopping tasks. Stopped task differs from a paused one, as it does not allocate any resources.
Add stop button, only for KC clusters >= 3.5.0.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the connector task controls and the existing task-state handling, then check how the UI identifies Kafka Connect cluster versions. Done means a stop button is available only for Kafka Connect clusters at least at version 3.5.0 and distinguishes stopped tasks from paused ones.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kafka, react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100