Category Archives: Kafka

Moving data into splunk with Kafka connect

It’s been quite a while since my last post. That’s because I was putting an effort in learning some DevOps skills (Mainly Kubernetes) and I hope to include some of this content in my blog soon. This time we will look at how to consume data from Kafka and send it to Splunk for analysis.… Read More »

Rebalancing Kafka partitions

Kafka is a very powerful and robust messaging system that is widely used in big data systems. However, it is not that good at its own housekeeping. Each topic in Kafka is divided into partitions that enable parallel publishing and consuming of data and each partition has several replicas (usually Three) which are spread across… Read More »

Managing Kafka with KaDeck

In one of my last posts I presented SMM as a monitoring and management tool for Kafka. Today I want to show another alternative for managing Kafka. This product is KaDeck, from a German company called XeoTek. Installing and running They offer KaDeck in two flavors: A local desktop installation and a web version. Lately they… Read More »

Visualizing Kafka with Cloudera messaging manager (SMM)

Streams messaging manager (SMM) is not new to HortonWorks users, but since I was mostly using Cloudera I never had the opportunity to use it. Following the merger of Cloudera and Hortonworks in early 2019, many good products that were originally part of HDP finally made their way into the Cloudera platform including SMM. Cloudera’s… Read More »