-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Version of Kpow
94.4
Describe the issue
this message :
08:20:05.015 ERROR [FHScheduler_Worker-4] kpow.observe.kafka – ZX9A-mU4Thq-dENe77YVhA: unable to calculate telemetry plan from {:fetch {:kafka/replica 200, :kafka/broker 12, :kafka/group 24, :kafka/topic-offset 200, :kafka/broker-config 12, :kafka/topic-config 48}, :id {:id "ZX9A-mU4Thq-dENe77YVhA", :domain :cluster}, :job-id "cc2d3bf2-988f-4024-b7cc-257c1831fd43", :cluster {:command :kafka/cluster, :error ["org.apache.kafka.common.errors.TimeoutException" "Timed out waiting for a node assignment. Call: listNodes"]}, :replica {}}
when i browse : localhost:3000 , i see the portal kpow (the name of cluter is correctly), but all is 0, no broker, no topic... but if im here, it is because kpow can connected my cluster no ?
When i see on my cluster i have a pool of 3 brokers/controllers, into kafka i have one topic = "my-topic" and it is used by 2 microservices. on for write every 10 secondes, and other to read my topic to log.
Additional context
i have a licence community
The Kafka Bootstrap URL for your cluster.
BOOTSTRAP=my-cluster-kafka-kafka-tls-bootstrap-kafka.apps.5.lab:9093
ENVIRONMENT_NAME=my-cluster-kafka
CLUSTER_ID=ZX9A-mU4Thq-dENe77YVhA
Your license details.
LICENSE_ID=xxxxxxxxxx
LICENSE_CODE=KPOW_COMMUNITY
LICENSEE=xxxxxxxx
LICENSE_EXPIRY=2026-08-05
LICENSE_SIGNATURE=
Config cluster
Service---
ports:
- name: tcp-tls
protocol: TCP
port: 9093
targetPort: tcp-tls
internalTrafficPolicy: Cluster
Route---
spec:
host: my-cluster-kafka-kafka-tls-bootstrap-kafka.apps.5.lab
to:
kind: Service
name: my-cluster-kafka-kafka-tls-bootstrap
weight: 100
port:
targetPort: 9093
tls:
termination: passthrough
wildcardPolicy: None
Thanks you.