Skip to content

This is a tutorial to you you learn the Kafka Server Settings to help you pass the Confluent Certified Architect exam.

License

Notifications You must be signed in to change notification settings

Microshak/Kafka-Tutorial

Repository files navigation

Study Guide for Confluent's Apache Kafka Administrator Exam

This guide will go through the Kafka broker settings that are represented in this quizlet. The included docker-compose.yaml stands up a single Zookeeper node and Kafka broker for testing.

Additionally, the included dockerfile should contain all necessary tools to make your learning easier when entering the container and navigating the environment the Kafka broker runs in.

To start, run:

docker-compose up --build -d

Single broker

To bring down the containers run:

docker-compose down

multiple Broker

To start, run


docker-compose  -f docker-compose-multiple.yaml up --build -d

About

This is a tutorial to you you learn the Kafka Server Settings to help you pass the Confluent Certified Architect exam.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages