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

Running kafka-manager on an existing kafka cluster using the following command: `kafka-manager/bin/kafka-manager -Dconfig.file=../../configs/application.conf` This allows me to access the kafka-manager via web browser but no clusters are preconfigured even though...

Hi there, Is there a timeline on supporting Kafka 2.6? It seems we are only up to 2.4 at the moment: ![Screen Shot 2020-10-13 at 4 23 18 PM](https://user-images.githubusercontent.com/33032871/95914893-5e09cc80-0d74-11eb-9c09-602d86f84d32.png) Thank...

when I execuate `docker logs cmak` ![image](https://user-images.githubusercontent.com/63622990/109586169-b6811100-7b3f-11eb-8f10-934a73c03eaf.png) unless than 5 mins: It works! I can pass ip:9000 Access interface I hope your help,thanks!

When CMAK enables the config of "Poll consumer information", we can look at "consumer offset" , "Lag" and "Consumer Instance Owner" in /consumers/[groupId]/topic/[topicName]/type/KF URL Path for each partition. We can...

I have a Kafka cluster with 3 brokers and when I shutdown all the brokers and re-start only the brokers that weren't coordinator, I expected that Kafka re-elect the coordinator...

**Is there an api to get topic metrics?** I tried `GET /api/status/:c/topicIdentities `, but no metrics. ![image](https://user-images.githubusercontent.com/12660487/104977526-b66afd00-5a3a-11eb-9a0b-c1edf86535ed.png)

Using docker image kafkamanager/kafka-manager:2.0.0.2. General operations work ok, but unable to connect to JXM to get metrics. Error in logs: 2020-01-09 08:16:30,657 - [ERROR] k.m.a.c.BrokerViewCacheActor - Failed to get broker...

Is there a way to bind the listen address to localhost instead of 0:0:0:0:9000 ? sample logs: [info] k.m.a.DeleteClusterActor - Scheduling updater for 10 seconds [info] k.m.a.KafkaManagerActor - Adding kafka...

i use default config,but encouter a error. 2020-03-19 14:26:38,097 - [INFO] o.a.z.ZooKeeper - Initiating client connection, connectString=192.168.1.231:2181,192.168.1.232:2181,192.168.1.234:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@3c4e79d2 2020-03-19 14:26:38,103 - [INFO] o.a.z.c.X509Util - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable...

Hi, How can I set the value of a checkbox "Poll consumer information" at startup? Trying to manage this config from Ansible, but cannot find a variable through which this...