placessilikon.blogg.se

Kafka exporter
Kafka exporter




Test-kafka-exporter-54d7cb8558-4nrkv telegraf E! Error in plugin: error making HTTP request to : Get "": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

  • kafka-exporter starts to timeout on refreshing metadata.
  • bin/kafka-topics.sh -bootstrap-server localhost:9093 -create -topic test $ kubectl exec -t -i test-kafka-0 -c kafka. bin/kafka-topics.sh -bootstrap-server localhost:9093 -list
  • If the topic operator is running, and so the strimzi topics are created the kafka-exporter works and never timeout even when extra topics are created by hand and not through the KafkaTopic CRD.
  • as soon as i create a topic withtout the topic operator running kafka-exporter starts to timeout.
  • When the cluster is just created and no topics exist kafka-exporter works.
  • In my case the timeouts on the kafka-exporter ( which seems to be about metadata refreshing ) seems related to having the topic operator running or not. įor reference i am running strimzi 0.27.0 and a kafka cluster 2.8.1

    kafka exporter

    I have hit the same problem and did some investigation, found sort of the culprint of the issue even though i am not sure what is causing it. 4 07:39:15 concurrent calls detected, waiting for first to finish 4 07:39:05 concurrent calls detected, waiting for first to finish 4 07:38:47 concurrent calls detected, waiting for first to finish 4 07:38:45 concurrent calls detected, waiting for first to finish 4 07:38:35 concurrent calls detected, waiting for first to finish 4 07:38:32 concurrent calls detected, waiting for first to finish 4 07:38:17 concurrent calls detected, waiting for first to finish 4 07:38:05 concurrent calls detected, waiting for first to finish Readiness probe failed: Get "": context deadline exceeded (Client.Timeout exceeded while awaiting headers)Ī clear and concise description of what you expected to happen.Įnvironment (please complete the following information):

    kafka exporter

    But after a while, the Kafka Exporter has CrashLoopBackOff and is always in this status.

    kafka exporter

    Sometimes, when I create Kafka Cluster and it works. Kafka Exporter has CrashLoopBackOff and can’t recover. For questions or when you need help, you can use the GitHub Discussions, our #strimzi Slack channel or out user mailing list.






    Kafka exporter