FE: Configurable message amount per page #468
Labels
area/messages
scope/frontend
Related to frontend changes
status/pending-design
Pending UI design solution
status/triage/completed
Automatic triage completed
type/enhancement
En enhancement/improvement to an already existing feature
Issue submitter TODO list
Is your proposal related to a problem?
No response
Describe the feature you're interested in
The default number of messages displayed by topic is 100, I would like to be able to change that default value, and not having to do it by editing the url each time. I saw that it is defined as a constant (
kafka-ui/frontend/src/lib/constants.ts
Line 55 in 4de0d53
Describe alternatives you've considered
As a mitigation for the moment, I used the following environment variable to configure the API:
But it's not really user friendly, as the UI still have the limit to 100 in the URL... and it's make it not dynamic. I mean that the page size is static and cannot be change after settings that values... a default configurable value in frontend would permit to have something dynamic.
Version you're running
v1.0.0
Additional context
No response
The text was updated successfully, but these errors were encountered: