Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patelh committed Feb 18, 2020
1 parent a1dcb9d commit b38d85b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,24 +189,24 @@ Starting the service
After extracting the produced zipfile, and changing the working directory to it, you can
run the service like this:

$ bin/kafka-manager
$ bin/cmak

By default, it will choose port 9000. This is overridable, as is the location of the
configuration file. For example:

$ bin/kafka-manager -Dconfig.file=/path/to/application.conf -Dhttp.port=8080
$ bin/cmak -Dconfig.file=/path/to/application.conf -Dhttp.port=8080

Again, if java is not in your path, or you need to run against a different version of java,
add the -java-home option as follows:

$ bin/kafka-manager -java-home /usr/local/oracle-java-8
$ bin/cmak -java-home /usr/local/oracle-java-8

Starting the service with Security
----------------------------------

To add JAAS configuration for SASL, add the config file location at start:

$ bin/kafka-manager -Djava.security.auth.login.config=/path/to/my-jaas.conf
$ bin/cmak -Djava.security.auth.login.config=/path/to/my-jaas.conf

NOTE: Make sure the user running CMAK (pka kafka manager) has read permissions on the jaas config file

Expand Down

0 comments on commit b38d85b

Please sign in to comment.