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

WIP: add ui options endpoint #511

Merged
merged 5 commits into from
Nov 20, 2020
Merged

WIP: add ui options endpoint #511

merged 5 commits into from
Nov 20, 2020

Conversation

ghost
Copy link

@ghost ghost commented Nov 13, 2020

No description provided.

@ghost ghost requested a review from tchiotludo November 13, 2020 15:37
@ghost
Copy link
Author

ghost commented Nov 16, 2020

add the structure below each connection:

options:
        topic:
          default-view: ALL
          skip-consumer-groups: false
        topic-data:
          sort: NEWEST

like :

  connections:
    my-cluster-plain-text:
     .....
      options:
        topic:
          default-view: ALL
          skip-consumer-groups: false
        topic-data:
          sort: NEWEST

If present overrides default values.

@ghost
Copy link
Author

ghost commented Nov 16, 2020

In the client side added a settings page to override values in the localstorage

@ghost
Copy link
Author

ghost commented Nov 19, 2020

Added skip last record date setting

@ghost
Copy link
Author

ghost commented Nov 19, 2020

Also fix the change cluster while topic list is loading, and checked the time to get the last record date and is around 5sec wihle for consumer groups is around 30sec ( in the aiven cluster)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Config parameter "akhq.topic.default-view" being ignored in 0.15.0 Sort topic data OLDEST / NEWEST
1 participant