# docker-kafka-eagle **Repository Path**: vfcm/docker-kafka-eagle ## Basic Information - **Project Name**: docker-kafka-eagle - **Description**: 由于原作者制作的docker镜像文件有问题,每次启动都重新生成配置文件,导致不能自定义配置文件,重新修改了下 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-27 - **Last Updated**: 2024-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-kafka-eagle [Eagle for Apache Kafka](https://www.kafka-eagle.org/) for docker EFAK is an easy and high-performance Kafka monitoring system. ## Anouncement :loudspeaker: I have created a new [dockerhub repo](https://hub.docker.com/r/nickzurich/efak) with the new name (EFAK) There is no hurry to migrate, i will keep kafka-eagle alive as long as there are image pulls. For now both repos will receive the same images / updates. ## Supported tags You can find the pre-built docker images [on dockerhub](https://hub.docker.com/r/nickzurich/kafka-eagle) Supported tags are: - [latest](https://github.com/nick-zh/docker-kafka-eagle/blob/main/Dockerfile) - [3.0.1](https://github.com/nick-zh/docker-kafka-eagle/blob/3.0.1/Dockerfile) - [2.1.0](https://github.com/nick-zh/docker-kafka-eagle/blob/2.1.0/Dockerfile) - [2.0.9](https://github.com/nick-zh/docker-kafka-eagle/blob/2.0.9/Dockerfile) - [2.0.8](https://github.com/nick-zh/docker-kafka-eagle/blob/2.0.8/Dockerfile) - [2.0.7](https://github.com/nick-zh/docker-kafka-eagle/blob/2.0.7/Dockerfile) - [2.0.6](https://github.com/nick-zh/docker-kafka-eagle/blob/2.0.6/Dockerfile) - [2.0.5](https://github.com/nick-zh/docker-kafka-eagle/blob/2.0.5/Dockerfile) - [2.0.4](https://github.com/nick-zh/docker-kafka-eagle/blob/2.0.4/Dockerfile) ## Test locally 1. Install docker and docker-compose: 2. Run the following command ``` docker-compose up ``` Then visit this url in your browser: ``` http://localhost:8048/ Test user/password: admin/123456 ``` ``` docker hub docker pull zhouhx666/kafka-eagle:3.0.1 ``` ``` run docker run -d --name kafka-eagle --restart=always --privileged=true\ -p 8048:8048 \ -v /mnt/docker/kafka-eagle/conf/system-config.properties:/opt/efak/conf/system-config.properties \ -e EFAK_ZK_CLUSTER_ALIAS="cluster,cluster1" \ -e EFAK_CLUSTER_ZK_LIST="172.20.104.10:2181" \ -e EFAK_DB_DRIVER=com.mysql.cj.jdbc.Driver \ -e EFAK_DB_URL="jdbc:mysql://172.20.104.10:3306/ke?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull" \ -e EFAK_DB_PASSWORD=HNDK2018@cq \ zhouhx666/kafka-eagle:3.0.1 ``` ``` alarm email {"host":"smtp.qq.com","port":"587","sa":"444058925@qq.com","username":"峘能运营平台<444058925@qq.com>","password":"bvffbotjvitzbibd","enable_ssl":false} ```