Tag Archives: kafka

Quickstart kafka installing

This tutorial assumes you are starting fresh and have no existing Kafka or ZooKeeper data. Since Kafka console scripts are different for Unix-based and Windows platforms, on Windows platforms use bin\windows\ instead of bin/, and change the script... Read More | Share it now!

kafka_exporter

https://github.com/danielqsj/kafka_exporter Kafka exporter for Prometheus. For other metrics from Kafka, have a look at the JMX exporter. Table of Contents Compatibility Dependency Download Compile Build Binary Build Docker Image Run Run... Read More | Share it now!

Filebeat中文指南

翻译自:https://www.elastic.co/guide/en/beats/filebeat/current/index.html 下面的博客是公司里使用filebeat的实例,可以直接借鉴,有问题可以向我反馈。 Filebeat... Read More | Share it now!

[转]使用Python操作Kafka

https://blog.csdn.net/see_you_see_me/article/details/78468421 yum -y install python-pip pip install kafka-python from kafka import KafkaProducer producer = KafkaProducer(bootstrap_servers='localhost:9092') Traceback (most recent call last):   File... Read More | Share it now!