Skip to content

Pagination is not working #1066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
4 tasks done
dhutsj opened this issue May 9, 2025 · 2 comments
Open
4 tasks done

Pagination is not working #1066

dhutsj opened this issue May 9, 2025 · 2 comments
Labels
status/triage/completed Automatic triage completed status/triage/manual Manual triage in progress type/bug Something isn't working

Comments

@dhutsj
Copy link

dhutsj commented May 9, 2025

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running main-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

Hello there,

I installed this kafka-ui with the latest version, after that, when I check messages of a topic, all the messages is in a same partition, but the "Next" page button is un-clickable.

Please advise anything I missed. Thank you.

Image

Expected behavior

The "Next" page button can be click and displays the next offset messages.

Your installation details

I installed with the latest helm chart with the latest app version.

helm repo add kafbat-ui https://kafbat.github.io/helm-charts
helm install kafbat-ui kafbat-ui/kafka-ui -f dev_kafka_ui_values.yaml -n kafka-ui

Here is the values.yaml

yamlApplicationConfig:
  kafka:
    adminClientTimeout: 75000
    clusters:
      - name: dev-msk
        bootstrapServers: xxx
        properties:
          request.timeout.ms: 600000
          security.protocol: SASL_SSL
          sasl.mechanism: SCRAM-SHA-512
          sasl.jaas.config: org.apache.kafka.common.security.scram.ScramLoginModule required
            username="xxx" password="xxx";
        readOnly: false
  consumer:
    defaultMessagesLimit: 100
    maxPollRecords: 100
    paginationSize: 50
  auth:
    type: disabled

Steps to reproduce

Use this values.yaml to install it, then check the "Next" button in the Messages Page.

Screenshots

No response

Logs

No response

Additional context

No response

@dhutsj dhutsj added type/bug Something isn't working status/triage Issues pending maintainers triage labels May 9, 2025
@kapybro kapybro bot added status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels May 9, 2025
Copy link

github-actions bot commented May 9, 2025

Hi dhutsj! 👋

Welcome, and thank you for opening your first issue in the repo!

Please wait for triaging by our maintainers.

As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues.
Sponsorship link

If you plan to raise a PR for this issue, please take a look at our contributing guide.

@Haarolean
Copy link
Member

What makes you think the topic has more messages to scroll through?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage/completed Automatic triage completed status/triage/manual Manual triage in progress type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants