简体   繁体   中英

Kafka manager configuration issue in kafka cluster

I was trying to install and configure kafka manager in my kafka cluster but facing issue while building kafka manager binary as below.

./sbt clean dist. 

Server is not connected with internet so not able to download required binary and handing with error:

getting scala version xxx

Kindly help to install and configure kafka manager offline.

Thanks

You can run sbt in offline mode by setting below parameter:

$ sbt "set offline := true" run

And make sure you have all the required dependencies and components in the local .ivy cache .ivy2/cache in order to build the project offline.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM