redpanda-data / redpanda-data/console
Add UI helpers for editing consumer group commits
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
A common use case I find myself doing is to change a consumer groups offset by a numeric amount, typically --shift-by 1 and I'd like Kowl to add support.
For example, say we see a corrupt message on a topic & need to bump a consumer past it, we would issue the following...
/opt/kafka/bin/kafka-consumer-groups.sh --bootstrap-server localhost:9092 --group {group} --reset-offsets --shift-by 1 --topic {topic}:{partition} --execute
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
Start with the consumer-group management UI and compare its existing offset controls with the issue's kafka-consumer-groups.sh example. Define the shift-by flow for a selected group, topic, and partition, and verify that it performs the equivalent offset reset; the issue names no files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kafka, react, typescript
- Domain
- distributed-systems, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100