Monitoring Upstash Kafka Cluster with AKHQ
AKHQ is a GUI for monitoring & managing Apache Kafka topics, topics data, consumers group etc. You can connect and monitor your Upstash Kafka cluster using AKHQ.
To be able to use AKHQ, first you should create a yaml configuration file:
You should replace bootstrap.servers
and sasl.jaas.config
attributes with
your cluster endpoint and credentials.
You can start AKHQ application directly using jar
file.
First download the latest release from
releases page. Then launch the
application using following command:
Alternatively you can start using Docker:
After launching the AKHQ app, just go to http://localhost:8080 to access UI.
For more information see AKHQ documentation.
Was this page helpful?