GitXplorerGitXplorer
K

CMAK-docker

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
80ab990a3ed0ee16887b5b83989880323e48ebf3

Update Dockerfile

KKutim committed 5 years ago
Verified
8ad24cec3ea69e06ea16ffa9a9a3f55fa2dc0de1

Update README.md

KKutim committed 5 years ago
Verified
153931e64c2707da0d34f9ecccdd9bcd18e64749

Update Dockerfile

KKutim committed 5 years ago
Verified
9091139b03a02f42ebf3095b34987d2d63cae169

Update Dockerfile

KKutim committed 5 years ago
Verified
7b43f555633bb153b0063eb14e40930a2a4d2240

Update Dockerfile

KKutim committed 5 years ago
Verified
7a0f9c6be555376c32a6ce44d80e888d99cf0fda

Update Dockerfile

KKutim committed 5 years ago

README

The README file for this repository.

CMAK 的docker封装

https://github.com/yahoo/CMAK 的 docker 封装

Configuration

The minimum configuration is the zookeeper hosts which are to be used for CMAK (pka kafka manager) state. This can be found in the application.conf file in conf directory.

use the environment variable ZK_HOSTS

ZK_HOSTS="my.zookeeper.host.com:2181,other.zookeeper.host.com:2181"

Authenticating

use the environment variable

KAFKA_MANAGER_AUTH_ENABLED=true
KAFKA_MANAGER_USERNAME=XXXX
KAFKA_MANAGER_PASSWORD=xxxx