Akhq.py

Latest version: v0.0.1

Safety actively analyzes 634582 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

0.3.0

Schema registry support !
- List schema
- Create / update / delete a schema
- View and delete individual schema version
- Automatic deserialization of avro message on data view

:warning: The configuration file have changed in order to support Schema registry :warning:

**Before** :

{
kafka {
connections {
my-cluster-1 {
bootstrap.servers: "kafka:9092"
}
}
}


**Now** :

{
kafka {
connections {
my-cluster-1 {
properties {
bootstrap.servers: "kafka:9092"
}
registry: "http://schema-registry:8085"
}
}
}


All configurations parameters are now in a `properties` key

![peek 2019-02-11 14-31](https://user-images.githubusercontent.com/2064609/52567046-97ee3700-2e0b-11e9-8239-090f3f5c3444.gif)

0.2.1

* Allow to produce directly to topic from the ui
* Filter on consumer groups & topic list
* Fix delete consumer group

![peek 2019-01-31 13-45](https://user-images.githubusercontent.com/2064609/52055134-d3147e80-255e-11e9-85f4-5f5b1fe12842.gif)

0.2.0

Features :
* Update config for nodes & topics
* Create a topic [7]
* Update consumers group offset by first / last / timestamp offsets

Bugfix:
* Fix scrollbar issue on data page for firefox [12]
* Add a docker-compose.yml to quick start a preview of KafkaHQ [15]
* Update README.md to clarify configuration file [11]

![preview](https://user-images.githubusercontent.com/2064609/51784291-ab7c7b00-2146-11e9-8c3a-01dd833ded39.gif)

0.1.5

New feature to search in topic data using server-sent events

![preview](https://user-images.githubusercontent.com/2064609/51395485-479df500-1b3d-11e9-9890-34abd20b7044.gif)

Complete refactor in assets to have modules

0.1.4

Fix fetch topic data for :
* Compacted topic that could show empty result
* Sort newest that could skip some last records

Add unit test to validate that all data is consumed

0.1.3

* Topic Tab : display log dir info
* Topic Data : Allow to delete a record on compacted topic
* Topic Data : Display headers on datas pages
* Topic Data : filter by timestamp
* Topic Data : Double click to see with highlight
* Dev environment with livereload

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.