redpanda-data / redpanda-data/console
Support prev/next 100 messages for the message viewer
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
Console supports pagination for the last 500 messages, in that the message viewer allows navigating within those 500 messages. We'd like the ability to load the next 100 messages or the previous 100 messages as well, and then continue navigating onward.
Perhaps one way to do this is to just continue loading the next batch of messages as people navigate through the pages.
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 in the message viewer and its existing pagination for the last 500 messages; inspect how batches are loaded and how navigation reaches each page. Done means the viewer can load and navigate to the next or previous 100 messages repeatedly beyond the initial 500.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kafka, react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100