EFAK icon indicating copy to clipboard operation
EFAK copied to clipboard

A easy and high-performance monitoring system, for comprehensive monitoring and management of kafka cluster.

Results 172 EFAK issues
Sort by recently updated
recently updated
newest added

#Add alarm target type:Lark #Add Lark notice test in AlarmController.test #Add LarkJob.class to support Alarm message send to Lark #Modify AlertConsumerSubTask to support Alarm message send to Lark

![image](https://user-images.githubusercontent.com/40048028/182744368-8b75e2bc-8d27-4ff4-8c12-f7c8fadbe7e2.png)

move jdk.version, maven.compiler.source, maven.compiler.target form efak-web/pom.xml to pom.xml

fix [issue 625](https://github.com/smartloli/EFAK/issues/625), support listener_security_protocol_map

我的 kafka 配置了两个 listeners ``` listeners=PUBLIC_SASL://0.0.0.0:5011,PUBLIC_PLAIN://0.0.0.0:5010 advertised.listeners=PUBLIC_SASL://192.168.181.2:5011,PUBLIC_PLAIN://192.168.181.2:5010 listener.security.protocol.map=PUBLIC_SASL:SASL_PLAINTEXT,PUBLIC_PLAIN:PLAINTEXT inter.broker.listener.name=PUBLIC_SASL ``` 其中 `5010` 是无鉴权的,`5011` 是有鉴权的。 开启 EFAK 之后,EFAK 应该是根据 zk 里的 `/brokes/ids/$id` 读到了如下的配置里的 `prot:5010`,所以选择连接了 `5010` 端口 ``` { "listener_security_protocol_map": { "PUBLIC_SASL":...

系统16核,启动内存8G。运行几个小时后,CPU和MEM被耗光,并且出现大量线程锁,老年代占用很高。 ![image](https://user-images.githubusercontent.com/23660039/180918181-e397907c-33c4-416f-adb2-8f06abe43893.png) ![image](https://user-images.githubusercontent.com/23660039/180917161-60647a95-166e-442d-9e23-56020525b6e4.png)

When I using kafka config like this: ``` listeners=PUBLIC_SASL://0.0.0.0:5011,PUBLIC_PLAIN://0.0.0.0:5010 advertised.listeners=PUBLIC_SASL://192.168.181.2:5011,PUBLIC_PLAIN://192.168.181.2:5010 listener.security.protocol.map=PUBLIC_SASL:SASL_PLAINTEXT,PUBLIC_PLAIN:PLAINTEXT inter.broker.listener.name=PUBLIC_SASL ``` The broker info in zk list this: ``` { "listener_security_protocol_map": { "PUBLIC_SASL": "SASL_PLAINTEXT", "PUBLIC_PLAIN": "PLAINTEXT" }, "endpoints":...

Kafka集群3个节点,其中集群中有1500+的topic。启动了一会TIME_WAIT就超过了3w,然后造成EFAK不可用的情况。 看见前面也有一个Issues:https://github.com/smartloli/EFAK/issues/553 但是也没有看到解决方法, 这个问题怎么解决?

eagle之可以通过修改配置文件来添加集群,不可以在页面直接添加么?