amielc1 / LearnKafka

Learn Apache Kafka 3.0 Ecosystem, Core Concepts, Real World Java Producers/Consumers & Big Data Architecture Using .Net Core
Apache License 2.0
1 stars 0 forks source link
Snag_6363b28c

Use Application :

  1. Run docker compose up
  2. Run conduktor UI
  3. Run Seq Server

Installations :

For Kafka installation, use this guide (with curl), I used these steps:

  1. Get Docker Compose content from here
  2. Create docker-compose.yml file with this content
  3. command “docker compose up” from the folder that contains this file
  4. Make sure the installation is by using http://localhost:8080/console/home

Docker Desktop

Learnkafka-conduktor-console

Producer Consumer