Questions tagged [yahoo-kafka-manager]

30 questions
0
votes
1 answer

kafka Manager CMAK does not support java 8 anymore

I am looking to install kafka Manager tool, I already have installed: Kafka version 3.1.0 openjdk version "1.8.0_322" The Java_HOME is: ~ $ echo $JAVA_HOME /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.322.b06-11.el8.x86_64/jre When I see official Yahoo…
Zak_Stack
  • 103
  • 8
0
votes
0 answers

Kafka manager no application loader is configured

Here's my docker-compose: version: '3' services: nodered: container_name: nodered image: nodered/node-red ports: - "1880:1880" volumes: - ./nodered:/data depends_on: - mosquitto environment: TZ:…
fneron
  • 1,057
  • 3
  • 15
  • 39
0
votes
1 answer

k.m.a.c.KafkaManagedOffsetCache - Failed to process a message from offset topic

We are using the kafka 0.8 version and kafka manager 1.3 . how to resolve this error? [ESC[33mwarnESC[0m] k.m.a.c.KafkaManagedOffsetCache - Failed to process a message from offset topic! kafka.common.KafkaException: Unknown offset schema version 1 …
0
votes
1 answer

yahoo kafka manager installation error using sbt clean dist

I'm trying to install yahoo Kafka manager, I have OpenJDK version "11.0.13". By running this command sbt clean dist i got this error copying runtime jar... [info] Loading settings for project cmak-build from plugins.sbt ... [info] Loading project…
derpinette
  • 41
  • 5
0
votes
0 answers

Kafka Lag Monitoring System

I've researched the Kafka monitoring systems and found out that there are two types of them. First is consuming __consumer_offsets topic and Second is using kafka api. It seems using kafka broker api is much more accurate, if cluster has many…
david
  • 1
  • 3
0
votes
0 answers

Issue with installing CMAK - kafka manager

I am trying CMAK on ubuntu 20.4 and I am following instruction on https://github.com/yahoo/CMAK and https://codeforgeek.com/setting-up-kafka-management-for-kafka-cluster/. After running command ./sbt clean dist and trying to switch to directory…
user254153
  • 1,855
  • 4
  • 41
  • 84
0
votes
1 answer

Should Zookeeper be installed seperately for Kafka Manager?

In Kafka-manager github page it is written that: The minimum configuration is the zookeeper hosts which are to be used for kafka manager state. This can be found in the application.conf file in conf directory. The same file will be packaged in…
H.Ç.T
  • 3,335
  • 1
  • 18
  • 37
0
votes
0 answers

How do I get Kafka Manager Installed without external network access?

I am trying to get Kafka Manager installed on a cloud network that has no external access. I've downloaded all the dependent packages, but when SBT tries to run, it seems like it is attempting to download a bunch of jar files. The first thing it…
GregH
  • 12,278
  • 23
  • 73
  • 109
0
votes
1 answer

Kafka manager configuration issue in kafka cluster

I was trying to install and configure kafka manager in my kafka cluster but facing issue while building kafka manager binary as below. ./sbt clean dist. Server is not connected with internet so not able to download required binary and handing with…
LetsNoSQL
  • 1,478
  • 1
  • 11
  • 23
0
votes
0 answers

How to connect from yahoo kafka manager to secured kafka cluster (SASL_SSL)?

I am trying to monitor kafka data using yahoo kafka manager and It's working fine with no security. But with security (SASL_SSL), I couldn't see consumers info from consumers tab in yahoo kafka manager. And I configured consumer.properties file with…
0
votes
2 answers

How to configure Yahoo Kafka-manager?

I want to setup kafka-manager by Yahoo. While starting with this command: ./sbt clean dist. I'm getting below console message but nothing else. I've also downloaded the required jar(sbt-launcher). Please help. Getting org.scala-sbt sbt 0.13.9 ...
0
votes
0 answers

kafka-manager process getting automatically killed?

I am using kafka-manager version 1.1 to monitor kafka, and kafka version is 2.11-1.1.0. And zk version is 3.4.10. zookeeper is working fine. But sometimes kafka brokers gets automatically killed, and it thorows only a single message on terminal…
Raj
  • 429
  • 2
  • 6
  • 26
0
votes
1 answer

Can I use yahoo-kafka-manager if I don't have sbt locally?

I want to visualize kafka cluster and I've found out that yahoo's kafka-manager is good tool for this. The github link says I should use sbt I didn't use it before and I am not sure that I need to install additional PO on my pc. Can I just download…
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
0
votes
1 answer

How kafka manager get the Consumer Instance Owner?

How kafka manager to get consumer instance owner? Zookeeper or jmx mbean? In new kafka version, only use ConsumerGroupCommand.main to get the owner info? kafka:0.10.1.0
Baby.zhou
  • 561
  • 1
  • 4
  • 25
-1
votes
1 answer

CMAK/ Kafka-UI wont reslove local host

I want to connect my CMAK to my Kafka docker server. But it wont resolve the localhost for the zookeeper. I tried to edit the address in the config file as i think i should. when i put in "localhost:2181" it doesn't work. I also tried…
1
2