yahoo / CMAK

CMAK is a tool for managing Apache Kafka clusters
Apache License 2.0
11.82k stars 2.51k forks source link

Can not see consumer with type KF from kafka-manager installed on different lab #400

Open JohnnyZHH opened 7 years ago

JohnnyZHH commented 7 years ago

Hi,

We start two kafka-manager on different lab (lab 1 and lab2), and they connect and monitor same zookeeper started on lab1, and we have some consumers with type = ZK and KF, for consumer with type ZK, we could see them from both kafka-manager, but for consumer with type KF, we only can see them from kafka-manager on lab1 (local), and can not see them from kafka-manager on lab2 (remote), why?

JohnnyZHH commented 7 years ago

Hi

Anybody could help to answer it? Thanks!

basvdl commented 7 years ago

I have the same issue, we only see ZK consumers...

Also get non stop the warning: [warn] o.a.k.c.NetworkClient - Bootstrap broker hostname:6667 disconnected

chenzhaoqing commented 7 years ago

Is it possible that the hostnames of brokers on the remote lab2 are not recognized? If so, try to configure host-ip map in hosts file or use ip binding on broker.

patelh commented 7 years ago

What version did you try this with? Use latest. We fixed bug where consumer group name was not unique for offset topic consumption.

PoacherBro commented 5 years ago

hi, is there a solution? I also encountered this issue as the latest version. Kafka Manager: 1.3.3.18 Kafka: 0.10.0.1

I can just see the consumer with type ZK, cannot see the KF ones.

jmreymond commented 5 years ago

For me, it works but you have to wait some minutes to start kafka manager after the start of kafka

imjuoy commented 10 months ago

For me as well, it works eventually. Just takes some time to show up.