Releases: tchiotludo/akhq
Releases · tchiotludo/akhq
0.8.0
05 Jun 18:39
Compare
Sorry, something went wrong.
No results found
Bugfix, few features (monotoring / healthcheck endpoint) & mostly pagination on topics list & schema registry list.
Hope that will enable better response time on biggest cluster.
Community feedback are welcome, with debug log if response time is still slow.
see #55 for more details
Features
Add pagination on topic list [#55 ]
Add search box & pagination on schema registry [#74 ]
Add monitoring endpoint
Display schema id on topic page
Bug Fixes
Fix null key for compacted topic [#61 ]
Fix data pagination with base path [#62 ]
Fix bottom button class, without colors on some browers [#58 ]
Fix Topic config update can erase previous change [#71 ]
Fix topic data filter with basePath [#69 ]
Dependencies update
Micronaut 1.1.3
Kafka 2.2.1
0.7.2
14 May 12:35
Compare
Sorry, something went wrong.
No results found
Fix login page with error : More than 1 route matched the incoming request. [#60 ]
0.7.1
13 May 19:47
Compare
Sorry, something went wrong.
No results found
Fix docker image that can't start for java 11
0.7.0
11 May 13:43
Compare
Sorry, something went wrong.
No results found
Features
Basic Auth & Ssl support for connect & registry
Allow to hide internal & stream topic on topic list [#30 ]
Minimum java version 11, move to docker debian slim version and update all dependencies
Fix
Search data : Fix pagination & Match all search terms
Handle null value on headers [#56 ]
Freemarker Html Format everywhere (fix bad escape on some input)
Create topic : wrong error displayed
⚠️ The configuration file have changed in order to enabled connect & registry auth ⚠️
0.6.1
24 Apr 07:49
Compare
Sorry, something went wrong.
No results found
Bump micronaut version to fix #42
0.6.0
23 Apr 20:51
Compare
Sorry, something went wrong.
No results found
Kafka Connect support
List connect definition
Create / Update / Delete a definition
Pause / Resume / Restart a definition or a task
ConnectEmbedded included for test
0.5.3
16 Apr 20:19
Compare
Sorry, something went wrong.
No results found
Security add login / logout button [#42 ]
Support snappy compression on docker [#45 ]
Consume records quickly on sort Newest [#23 ]
Fix $base-path thanks @tine2k [#46 ]
Add a proper message when no kafka cluster found [#41 ]
Upgrade to micronaut 1.1.0
0.5.2
10 Apr 07:44
Compare
Sorry, something went wrong.
No results found
Fix a file descriptor leaks (#43 ) due to consumer needs to be explicit close
Thanks @eskp for report
0.5.1
30 Mar 18:10
Compare
Sorry, something went wrong.
No results found
Just fix the side menu acl
0.5.0
30 Mar 12:18
Compare
Sorry, something went wrong.
No results found
Default role, Basic Auth and role per user.
Also allow to have a read only instance of KafkaHQ
Security : Auth & Roles
Fixed a bug in the dataBody when messages value are null. (#36 ) @zthulj
Update dependencies
reintroduce KAFKAHQ_CONFIGURATION for docker