CMAK icon indicating copy to clipboard operation
CMAK copied to clipboard

CMAK is a tool for managing Apache Kafka clusters

Results 144 CMAK issues
Sort by recently updated
recently updated
newest added

Hi, does CMAK support TLSv1.3? I've set play.ws.ssl.enabled.Protocols to "TLSv1.3" and also upgraded akka dependencies to 2.5.32 which support talking to a TLS 1.3 server. My connections still seem to...

i am running like this docker run -d -p 9000:9000 -e ZK_HOSTS="" -eKAFKA_MANAGER_AUTH_ENABLED="true" -eKAFKA_MANAGER_USERNAME=admin -eKAFKA_MANAGER_PASSWORD=admin hlebalbau/kafka-manager:stable but in UI when i add cluster it fails and in logs it print...

As we know, kafka 0.10.x store consumer's offset in a topic. We can't delete a group id in kafka manager by remove the node in zookeeper. However, I have a...

First time trying Kafka-manager and off to a good start but I can't get it talking to zookeeper correctly. ...Here is my config: ``` # Copyright 2015 Yahoo Inc. Licensed...

Yikes! Ask timed out on [ActorSelection[Anchor(akka://kafka-manager-system/), Path(/user/kafka-manager)]] after [5000 ms] Getting this issue very often. Almost tried all the answers here. Every time this error comes, have to restart the...

The following error will happen at log file when open topic link or others. could you help me? thanks. --- [error] k.m.ApiError - error : Ask timed out on [ActorSelection[Anchor(akka://kafka-manager-system/),...

OS: RHEL8.4 command: unzip cmak-3.0.0.5.zip output: Archive: cmak-3.0.0.5.zip error [cmak-3.0.0.5.zip]: missing 1372 bytes in zipfile (attempting to process anyway) error: invalid zip file with overlapped components (possible zip bomb)

Input: curl -v -X POST -H "Content-Type:application/json" --user admin:12345678 http://127.0.0.1:9090/clusters -d '{"name":"test","zkHosts":"192.168.0.122:192.168.0.99:2181,192.168.0.117:2181/kafka-common"}' Output: * Trying 127.0.0.1... * TCP_NODELAY set * Connected to 127.0.0.1 (127.0.0.1) port 9090 (#0) * Server auth...

Hi, i'm on centos 7.6 (CentOS Linux release 7.9.2009 ) kernel 3.10.0-1160. I managed to download but unable to compile. I had attached the log for reference. Rgds, Dareth [sbt_clean.txt](https://github.com/yahoo/CMAK/files/6845420/sbt_clean.txt)

中文: 我有多个集群,包括的无验证集群和SASL 集群,每个的集群的kafka ZK 都是相互独立的; SASL集群的ZK Kafka 都部署了SASL,用户密码都不一样,如果我把SASL集群的jass.conf 在CMAK启动时指定,则不验证的集群都看不见了 如果在UI界面的SASL JAAS Config (only applies to SASL based security) 进行kafka 配置,SASL集群的ZK该如何配置?如果可以同时配置kafka/ZK 的jass.conf,怎么写? SASL kafka集群的ZK与 CMAK的ZK不是同一个,CMAK的ZK是未验证的 有谁成功配置过么?可否分享一下? English: I have multiple clusters,...