Skip to content
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

Produce to topic UI allows to select only first 25 topics #1824

Closed
jacek-bukowski opened this issue Jun 10, 2024 · 1 comment
Closed

Produce to topic UI allows to select only first 25 topics #1824

jacek-bukowski opened this issue Jun 10, 2024 · 1 comment

Comments

@jacek-bukowski
Copy link
Contributor

Produce to topic UI allows to select only first 25 topics because it queries only for first page of topics list.

Most likely the return model from backend is not compatible with UI. UI expects pages property, while backend returns:

{
    "results": [
	...
    ],
    "after": "/api/kfkmqpt/topic?page=2&search&show&uiPageSize=undefined",
    "page": 61,
    "total": 1521,
    "pageSize": 25
}
@jacek-bukowski
Copy link
Contributor Author

I've tried the same approach as copy topic UI uses: #1825

@github-project-automation github-project-automation bot moved this from Backlog to Done in Backlog Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant