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.34k stars 646 forks source link

missing -jar parameter in Java runtime startup in README.md #2

Closed Lars-Wunderlich closed 5 years ago

Lars-Wunderlich commented 5 years ago

The "-jar" parameter is missing while trying to start up the application manually. It must be "java -jar kafkahq.jar prod" instead of "java kafkahq.jar prod" And by the way, it also runs successfully in Java 10.0, not only Java 8.

tchiotludo commented 5 years ago

I'll correct the README.md and also include the min version of java. For the java 8 version, I'm quite surprise since the docker image is based on java8 : https://github.com/tchiotludo/kafkahq/blob/master/Dockerfile. Can you paste the error please ?