tchiotludo / akhq

Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
https://akhq.io/
Apache License 2.0
3.3k stars 638 forks source link

Keep topic data order choice by session #39

Open uwegeercken opened 5 years ago

uwegeercken commented 5 years ago

the UI looses the selected sort order when one changes to a different tab or to view details.

tchiotludo commented 5 years ago

It's normal, the state is not store for now.

As I understand, you want to have some session based sort order ? The sort order is keep for the current session ?

uwegeercken commented 5 years ago

that would be good. otherwise one has to repeat selecting the sort order all the time

tchiotludo commented 5 years ago

Ok will look at this in a future release in a mean time, you can set up default order in configuration files for all the user : https://github.com/tchiotludo/kafkahq/blob/dev/application.example.yml#L47-L48