redpanda-data / redpanda-data/console
Frontend should show a explanation when `/messages` returns a single message because the others were compacted away
Open
@rikimaru0345 is already working on this.
Since Dec 27, 2019.
frontend
low-priority
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
Example scenario:
The user wants to see the last 100 messages, but the backend returns only one message, because the requested range (latest .. latest-100) has been compacted.
In that case the frontend should show some sort of message to explain what is going on; why only a single message is shown.
Similar to #25, which is also about handling of error-/edge-cases.
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.
Assessment
This issue has not been assessed yet.