Blog Archives

01: 8 Apache Kafka must-know basics interview Q&As

Apache Kafka is used in Micro Services Architecture (i.e. MSA) to Big Data & Low Latency application architectures. Q1. What is Apache Kafka? A1. Apache Kafka is a distributed messaging broker. The purpose of the Kafka project is to provide a unified, … Read more ›...



Apache Kafka example with Java – getting started tutorial – Part 1

Apache Kafka with Java getting started tutorial demonstrates how quickly you can get started with Kafka using Docker.

Step 1: Make sure Docker engine is installed on your computer. For example on a Mac OS $ brew cask install docker or on Windows.

Read more ›



Apache Kafka example with Java Producer & Consumer Tutorial – Part 2

Apache Kafka with Java getting started tutorial demonstrates how quickly you can get started with Kafka using Docker. This extends Apache Kafka example with Java – getting started tutorial – Part 1. Step 1: As discussed in part-1, stand-up the Kafka, … Read more ›...



Apache Kafka example with toxiproxy & Producer timeout handling – Part 3

This extends Apache Kafka example with Java Producer & Consumer Tutorial – Part 2. This covers Apache Kafka example with toxiproxy & producer timeout. The producer code needs to be robust to handle any network issues like timeouts & latency issues. In this tutorial a tool named toxiproxy is used...



800+ Java Interview Q&As

Java & Big Data Tutorials

Top